Merge remote-tracking branch 'remotes/origin/develop' into 1364-notifications-sending...
[akkoma] / CHANGELOG.md
index 100228c6c8c3d7574cc44c23f00ce32f20e8bd46..4168086e269bb4fee745ee0e26c0bc56eb638cba 100644 (file)
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
+## [unreleased]
+### Changed
+- **Breaking:** BBCode and Markdown formatters will no longer return any `\n` and only use `<br/>` for newlines
+
 ## [2.0.0] - 2019-03-08
 ### Security
 - Mastodon API: Fix being able to request enourmous amount of statuses in timelines leading to DoS. Now limited to 40 per request.