> 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/jul.-1-2022.md).

# Jul. 1, 2022

### 신규 기능

* 새로워진 \[강의자 신청] 페이지를 만나보세요!

![](/files/apMxEajmv6XXDEUdUUOd)

* 강좌 에디터에 줄높이 조절 기능을 추가했습니다.
* 강좌 검색 기능을 개선했습니다.

### 수정 사항

* \[결제] 페이지에서 강좌명을 클릭하면 해당 강좌로 이동할 수 있도록 사용성을 개선했습니다.
* \[내 강의실] 페이지에서 찜한 강좌 해제 시 변경 사항이 즉시 반영되도록 사용성을 개선했습니다.
* [edu.goorm.io](http://edu.goorm.io) 페이지 상단의 카테고리 디자인을 변경했습니다.
* \[강의실] 페이지 모바일 뷰에서 각 탭의 내역이 없을 경우 문구가 노출되도록 변경했습니다.

### 버그 픽스

* 강좌 유효 기간이 1일 미만일 때 ‘만료됨'으로 표기되던 버그를 수정했습니다.
* 루트 상세 페이지에서 강좌 스크롤 버튼이 정상 동작하도록 수정했습니다.


---

# 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/jul.-1-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.
