From 6377689a834adbc0a5a86be8447f769c5530f159 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Wed, 1 Nov 2023 12:16:03 -0400 Subject: [PATCH] Update docs/CHANGELOG.md --- docs/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 323c8d0..b9b7a3a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -19,11 +19,13 @@ The following endpoints were added: - **POST** `/_matrix/client/v3/user/{userId}/filter` - **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 Matrix clients. (#35) - 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