Skip to content

Commit

Permalink
Fix:added missing line(---) / typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinrin0413 committed Oct 28, 2022
1 parent 4bea2f3 commit aed7404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## Additions

- Added a module [`profile_url`](https://docs.rs/tetr_ch/0.3.2/tetr_ch/model/searched_user/struct.UserInfo.html#method.profile_url) to [`UserInfo`](https://docs.rs/tetr_ch/0.3.2/tetr_ch/model/searched_user/struct.UserInfo.html) and parent structs.
- Added module [`profile_url`](https://docs.rs/tetr_ch/0.3.2/tetr_ch/model/searched_user/struct.UserInfo.html#method.profile_url) to [`UserInfo`](https://docs.rs/tetr_ch/0.3.2/tetr_ch/model/searched_user/struct.UserInfo.html) and parent structs.
- Added modules [`cached_at`](https://docs.rs/tetr_ch/0.3.2/tetr_ch/model/searched_user/struct.SearchedUserResponse.html#method.cached_at) and [`cached_until`](https://docs.rs/tetr_ch/0.3.2/tetr_ch/model/searched_user/struct.SearchedUserResponse.html#method.cached_until) to [`SearchedUserResponse`](https://docs.rs/tetr_ch/0.3.2/tetr_ch/model/searched_user/struct.SearchedUserResponse.html).

## Improvements

- Improved the documentation.

---

# v0.3.1 2022-10-25

- Fixed forgot to update.
Expand Down

0 comments on commit aed7404

Please sign in to comment.