Add change log entry for #35.

This commit is contained in:
Jordan Bancino 2023-09-11 11:01:50 -04:00
parent 0172fa083b
commit 6247085df1
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ The following endpoints were added:
- **POST** `/_matrix/client/v3/user/{userId}/filter`
- **GET** `/_matrix/client/v3/user/{userId}/filter/{filterId}`
### Bug Fixes
- Fixed a double-free in `RouteUserProfile()` that would cause errors with certain
Matrix clients. (#35)
## v0.3.0
**Saturday, June 10, 2023**