> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/release-notes/goormedu/nov.-13-2021.md).

# Nov. 13, 2021

### 수정 사항

* 프로그래밍 문제에서 사용되는 컴파일러 중 R과 파이썬을 최신 버전으로 사용하실 수 있습니다.

### 버그 픽스

* 모바일 환경에서 구매 내역의 환불 버튼이 보이지 않던 버그를 수정했습니다.
* 모바일 환경에서 구매 내역의 취소 가능 등 문구가 ‘기타’로 잘못 노출되던 버그를 수정했습니다.
* 강좌 공유하기를 사용하는 강좌에서 처음으로 생성한 강좌의 공유 링크가 다른 강좌에도 동일하게 노출되던 버그를 수정했습니다.

## 강의자

### 수정된 사항

* 시험/과제 생성 페이지 내 날짜 포맷을 수정했습니다.
  * 기존: `월/일/년 시간`
  * 수정: `년/월/일 시간`
* 강좌 공지사항에서 뷰 카운트를 확인할 수 있습니다.

### 버그 픽스

* 시험/과제 수정 시 소유하고 있는 AI/ML 문제가 보이지 않던 버그를 수정했습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.goorm.io/release-notes/goormedu/nov.-13-2021.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
