> 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/aug.-21-2021.md).

# Aug. 21, 2021

### 수정 사항

* 강좌 소개 페이지에서 연재 예정인 강좌의 오픈 일시를 확인할 수 있습니다.
* 실습 문제에서 사용되는 컴파일러 중 Go 언어(10.1), gcc(11), g++(11), clang(11),clang++(11.1.0), python(3.9.6), pypy(7.3.5)로 업데이트되었습니다.

## 강의자

### 수정 사항

* 강좌 내 수강자 관리 탭 기능 제공이 종료되었습니다.

### 버그 픽스

* 강좌 공지를 만들 때 강좌 공개 예정일을 지정해도 적용되지 않던 버그를 수정했습니다.
* 강의 편집 시 텍스트/HTML 입력 부분을 전체 화면으로 볼 때 화면이 겹치던 버그를 수정했습니다.
* 공지사항 내 이미지를 게시할 때 업로드 가능한 용량임에도 게시되지 않던 버그를 수정했습니다.
* 시험을 생성할 때 IP 옵션이 강제로 활성화되던 버그를 수정했습니다.
* 코딩 테스트 결과를 PDF로 저장할 경우 PDF 생성 페이지로 넘어가지 않던 버그를 수정했습니다.
* 문제 채점 시 자바스크립트, 파이썬 등 언어는 메모리 제한이 필요하지 않으나 자동으로 메모리가 제한되었던 버그를 수정했습니다.
* 시험/과제 편집창이 이전 버전으로 노출되었던 버그를 수정했습니다.


---

# 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/aug.-21-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.
