about summary refs log tree commit diff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-01-28 21:14:47 +0100
committerThibaut Girka <thib@sitedethib.com>2019-01-28 21:14:47 +0100
commit42713b97106ffbeb9406d1a7086082a172fc2141 (patch)
treeb7e90b083ddb3f0db2f64692da363bad87e49d64 /CHANGELOG.md
parente488faaa4ae18f33023b4661eeed0d7643cb9d9c (diff)
parent28866d329bafe676ba2c45e3b449be3d1ba6e9ce (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- README.md: kept our version
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 3bafbe1e9..cfb6b15f5 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.7.1] - 2019-01-28
+### Fixed
+
+- Fix SSO authentication not working due to missing agreement boolean ([Gargron](https://github.com/tootsuite/mastodon/pull/9915))
+- Fix slow fallback of CopyAccountStats migration setting stats to 0 ([Gargron](https://github.com/tootsuite/mastodon/pull/9930))
+- Fix wrong command in migration error message ([angristan](https://github.com/tootsuite/mastodon/pull/9877))
+- Fix initial value of volume slider in video player and handle volume changes ([ThibG](https://github.com/tootsuite/mastodon/pull/9929))
+- Fix missing hotkeys for notifications ([ThibG](https://github.com/tootsuite/mastodon/pull/9927))
+- Fix being able to attach unattached media created by other users ([ThibG](https://github.com/tootsuite/mastodon/pull/9921))
+- Fix unrescued SSL error during link verification ([renatolond](https://github.com/tootsuite/mastodon/pull/9914))
+- Fix Firefox scrollbar color regression ([trwnh](https://github.com/tootsuite/mastodon/pull/9908))
+- Fix scheduled status with media immediately creating a status ([ThibG](https://github.com/tootsuite/mastodon/pull/9894))
+- Fix missing strong style for landing page description ([Kjwon15](https://github.com/tootsuite/mastodon/pull/9892))
+
 ## [2.7.0] - 2019-01-20
 ### Added