Update docs/CHANGELOG.md

This commit is contained in:
Jordan Bancino 2023-11-01 12:16:03 -04:00
parent 23237f97b5
commit 6377689a83
1 changed files with 3 additions and 1 deletions

View File

@ -19,11 +19,13 @@ The following endpoints were added:
- **POST** `/_matrix/client/v3/user/{userId}/filter` - **POST** `/_matrix/client/v3/user/{userId}/filter`
- **GET** `/_matrix/client/v3/user/{userId}/filter/{filterId}` - **GET** `/_matrix/client/v3/user/{userId}/filter/{filterId}`
### Bug Fixes ### Bug Fixes & General Improvements
- Fixed a double-free in `RouteUserProfile()` that would cause errors with certain - Fixed a double-free in `RouteUserProfile()` that would cause errors with certain
Matrix clients. (#35) Matrix clients. (#35)
- Improved compatibility with NetBSD on various platforms. - Improved compatibility with NetBSD on various platforms.
- Moved [Cytoplasm](/Telodendria/Cytoplasm) to its own repository.
- Use a `configure` script and `make` to build Telodendria instead of custom scripts.
### New Features ### New Features