From 58832904c6a2e5510579719a42cc8741d380321f Mon Sep 17 00:00:00 2001 From: Josh Brown Date: Wed, 27 Nov 2024 14:40:06 -0500 Subject: [PATCH] =?UTF-8?q?fix=20changelog=20=E2=80=94=20put=20entries=20w?= =?UTF-8?q?here=20they=20go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68fd84e44..894cd923d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Release Notes -- Fixed galleries expanding past the width of the screen when there are lots of links or images. [#24](https://github.com/verse-pbc/issues/issues/24) - Added support for user setting and displaying pronouns. - Added display of website urls for user profiles. +- Updated note header UI to make it more readable. [#23](https://github.com/verse-pbc/issues/issues/23) +- Fixed galleries expanding past the width of the screen when there are lots of links or images. [#24](https://github.com/verse-pbc/issues/issues/24) ## [1.0.2] - 2024-11-26Z @@ -21,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix typo in minimum age warning - Fix crash when tapping Post button on macOS. [#1687](https://github.com/planetary-social/nos/issues/1687) - Fix tapping follower notification not opening follower profile. [#11](https://github.com/verse-pbc/issues/issues/11) -- Adjusted note header UI to make it more readable. [#23](https://github.com/verse-pbc/issues/issues/23) ### Internal Changes - minor strings simplifications