aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2021-02-22 18:11:27 +0200
committerShpuld Shpuldson <shp@cock.li>2021-02-22 18:11:27 +0200
commit485f4b899ccad57694b7a45535936b7a5de8c4fb (patch)
tree4df146dc91d5222b1586f42c7f2536109e7a01a5 /CHANGELOG.md
parent98cb9abac773e8fbce94eafea1025919b6f26360 (diff)
parent3d013630aee48863cda5ece9ddf9a291703eb1af (diff)
changelog conflict
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15e63d00..6a599ddb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,11 +7,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Button to remove uploaded media in post status form is now properly placed and sized.
- Fixed shoutbox not working in mobile layout
+- Fixed some UI jumpiness when opening images particularly in chat view
### Changed
- Display 'people voted' instead of 'votes' for multi-choice polls
- Changed the "Timelines" link in side panel to toggle show all timeline options inside the panel
- Renamed "Timeline" to "Home Timeline" to be more clear
+- Optimized chat to not get horrible performance after keeping the same chat open for a long time
+
+### Added
+- Added reason field for registration when approval is required
+>>>>>>> develop
## [2.2.3] - 2021-01-18
### Added