diff options
| author | lain <lain@soykaf.club> | 2021-03-03 15:07:50 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2021-03-03 15:07:50 +0000 |
| commit | 13aa98d6899ba1e4a37fa1fd3ddb1ac35ea6e136 (patch) | |
| tree | 6cb37e5d84ff967d7537d0c6a0ec817399bc24b6 /CHANGELOG.md | |
| parent | 49afbcda5f47ce48565ae07da3db990ad6cbb767 (diff) | |
| parent | 10f402af6d0f088aa6ad8a3f26b5e226a2287634 (diff) | |
| download | pleroma-13aa98d6899ba1e4a37fa1fd3ddb1ac35ea6e136.tar.gz pleroma-13aa98d6899ba1e4a37fa1fd3ddb1ac35ea6e136.zip | |
Merge branch 'mergeback/2.3.0' into 'develop'
Mergeback/2.3.0
See merge request pleroma/pleroma!3360
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 812816f48..ed08701fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +- The `application` metadata returned with statuses is no longer hardcoded. Apps that want to display these details will now have valid data for new posts after this change. + +## Unreleased (Patch) + +## [2.3.0] - 2020-03-01 + +### Security + +- Fixed client user agent leaking through MediaProxy + ### Removed - `:auth, :enforce_oauth_admin_scope_usage` configuration option. @@ -59,7 +69,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Ability to define custom HTTP headers per each frontend - MRF (`NoEmptyPolicy`): New MRF Policy which will deny empty statuses or statuses of only mentions from being created by local users - New users will receive a simple email confirming their registration if no other emails will be dispatched. (e.g., Welcome, Confirmation, or Approval Required) -- The `application` metadata returned with statuses is no longer hardcoded. Apps that want to display these details will now have valid data for new posts after this change. <details> <summary>API Changes</summary> @@ -99,9 +108,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Support for expires_in/expires_at in the Filters. </details> -## Unreleased (Patch) - - ## [2.2.2] - 2020-01-18 ### Fixed |
