From 29e472d6ca1cb34fec9548d0478bdb88d929f9ee Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 7 May 2024 04:23:19 -0600 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74b0fab22..b532a454f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.12.0...dev) -- ([](https://github.com/pixelfed/pixelfed/commit/)) +## [Unreleased](https://github.com/pixelfed/pixelfed/compare/v0.12.1...dev) + +### Updates +- Update DirectMessageController, add 72 hour delay for new accounts before they can send a DM ([61d105fd](https://github.com/pixelfed/pixelfed/commit/61d105fd)) +- Update AdminCuratedRegisterController, increase message length from 1000 to 3000 ([9a5e3471](https://github.com/pixelfed/pixelfed/commit/)) +- ([](https://github.com/pixelfed/pixelfed/commit/9a5e3471)) ## [v0.12.1 (2024-05-07)](https://github.com/pixelfed/pixelfed/compare/v0.12.0...v0.12.1)