diff options
author | tusooa <tusooa@kazv.moe> | 2023-03-12 16:04:43 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-03-12 16:04:43 +0000 |
commit | d18441e9c41724de0ba9f08db90985cfdf83fd1a (patch) | |
tree | 2b90f1c14c8507a3b3329a8d3e5a5ee051f3b5a5 | |
parent | 5716654d127921d86b3aa8c9307ab9ac2ca6ab1b (diff) | |
download | pleroma-d18441e9c41724de0ba9f08db90985cfdf83fd1a.tar.gz pleroma-d18441e9c41724de0ba9f08db90985cfdf83fd1a.zip |
Indicate in changelog that removal of crypt is breaking
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 491d676df..52ca2c865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - rel="me" was missing its cache ### Removed -- Support for passwords generated with `crypt(3)` (Gnu Social migration artifact) +- BREAKING: Support for passwords generated with `crypt(3)` (Gnu Social migration artifact) ## 2.5.1 |