> 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/feb.-8-2022.md).

# Feb. 8, 2022

## 수강생

### 수정 사항

* 불필요한 카드 애니메이션을 없애 [edu.goorm.io](http://edu.goorm.io/) 메인 페이지 속도를 개선했습니다.

### 버그 픽스

* 모바일 디바이스에서 사이드 메뉴를 열 때 검색창의 단어가 사라지던 버그를 수정했습니다.
* 왼쪽 상단의 `전체` 버튼을 클릭하면 카테고리가 닫히지 않던 버그를 수정했습니다.
* 비즈니스 페이지 `채널생성 TEST` 버튼을 제거했습니다.
* 장바구니 페이지에서 사용자의 프로필 사진이 보이지 않던 버그를 수정했습니다.
* 장바구니, 강좌 알림의 드롭다운 위치가 맞지 않던 버그를 수정했습니다.

## 강의자

### 버그 픽스

* 강좌, 평가 생성 시 채널 내부에서 만든 뼈대 강좌만 불러올 수 있던 버그를 수정했습니다.


---

# 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/feb.-8-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.
