about summary refs log tree commit diff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-06-22 17:28:26 +0200
committerGitHub <noreply@github.com>2019-06-22 17:28:26 +0200
commitb5c772c3d42610894bd274de633acad492b53cdb (patch)
tree43f027bb719251576631345a063ac1fe2ebc4179 /CHANGELOG.md
parent8fe7116cdf61152eb6d371d1e69b2948bf586e8b (diff)
Bump version to 2.9.2 (#11152)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 196a83d67..5ea7e417b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,20 @@ Changelog
 
 All notable changes to this project will be documented in this file.
 
+## [2.9.2] - 2019-06-22
+### Added
+
+- Add `short_description` and `approval_required` to `GET /api/v1/instance` (#11146)
+
+### Changed
+
+- Change camera icon to paperclip icon in upload form (#11149)
+
+### Fixed
+
+- Fix audio-only OGG and WebM files not being processed as such (#11151)
+- Fix audio not being downloaded from remote servers (#11145)
+
 ## [2.9.1] - 2019-06-22
 ### Added