> 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-channel/mar.-24-2022.md).

# Mar. 24, 2022

![](/files/AWE7L3qKd6CxqMzjPQpv)

### 신규 기능

* 공지사항 페이지가 새로워졌습니다.
  * `검색 기능`을 추가했습니다.
    * 제목과 작성자로 검색이 가능합니다.
  * 공지사항에 `비공개 기능`을 추가했습니다.
  * 공지사항 작성 시 `임시 저장 기능`을 추가했습니다.
    * 임시 저장 기능은 다음과 같이 활용할 수 있습니다.
  * 공지사항 `일괄 수정 기능`을 추가했습니다.
    * 공개 범위 혹은 공개 기간을 한 번에 수정할 수 있습니다.

![](/files/ijgzNJomEdY4S7t0fiRi)

![](/files/FTivA7YF3o4AQK7fLzcl)

### 수정사항

* 강좌 생성 시, 강좌명이 60자가 넘어가도록 수정했습니다.

### 버그 픽스

* Not-joined 페이지에서 채널 옵션과 상관 없이 회원 가입 버튼이 활성화 되는 버그를 수정했습니다.
* 비로그인 상태로 수강 신청 페이지 접속 시, 흰 화면만 뜨던 버그를 수정했습니다.
* 객관식 복수 정답 문제에서 객관식 선택이 안 되던 버그를 수정했습니다.
* growscript 실행이 되지 않던 버그를 수정했습니다.
* 수강생에게 카카오워크 메시지를 보낼 수 없던 버그를 수정했습니다.
* 강좌 생성 시 수강 권한에서 “수강자에게만 공개하기” 옵션 체크 시, “전체 공개”로 생성되는 버그를 수정했습니다.
* 강좌 생성 시 강좌명이 60자가 넘는 강좌를 뼈대 강좌로 불러올 경우 에러가 나는 현상을 수정했습니다.
* 강좌 생성 시, 강좌명이 60자가 넘어가는 강좌를 뼈대 강좌로 불러올 경우 에러가 나는 현상을 수정했습니다.
* 채널 설정 - 강좌 에서 뼈대 강좌 버튼이 활성화 되지 않는 버그를 수정했습니다.
* 채널 설정 - 강좌에서 뼈대 강좌 버튼이 활성화 되지 않는 버그를 수정했습니다.
* 채널 설정 - 일반에서 텍스트와 스위치 버튼 깨짐 현상을 수정했습니다.
* 전용 강좌가 많을 경우 채널 설정 - 강좌에서 강좌 목록이 나오지 않는 버그를 수정했습니다.


---

# 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-channel/mar.-24-2022.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.
