From bf0ef241f813b7810558a2ed60d913d604fa4b2f Mon Sep 17 00:00:00 2001 From: Josh Brown Date: Wed, 27 Nov 2024 15:09:42 -0500 Subject: [PATCH] fix changelog again --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aec7a6f7b..59a5e6a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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) +- Fix quoted note composer does not expand to fit mention. [#25](https://github.com/verse-pbc/issues/issues/25) ## [1.0.2] - 2024-11-26Z @@ -22,7 +23,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) -- Fix quoted note composer does not expand to fit mention. [#25](https://github.com/verse-pbc/issues/issues/25) ### Internal Changes - minor strings simplifications