aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-10-04 22:00:18 +0000
committerAriadne Conill <ariadne@dereferenced.org>2019-10-04 22:00:18 +0000
commitc19e539d37dbc4289c6cf459db4512be9f9394a2 (patch)
treebd69197f0979202c661644046763c1126fb72413
parent67d772dd73af7adb2dfb912298c194fa796a72f9 (diff)
downloadpleroma-c19e539d37dbc4289c6cf459db4512be9f9394a2.tar.gz
changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c89f73907..f49e6e592 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
- ActivityPub: The `/objects/:uuid/likes` endpoint.
+### Changed
+- The `Pleroma.FlakeId` module has been replaced with the `flake_id` library.
+
## [1.0.90] - 2019-09-30
### Security
- Mastodon API: respect post privacy in `/api/v1/statuses/:id/{favourited,reblogged}_by`