summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-04-10 04:25:09 +0200
committerGitHub <noreply@github.com>2019-04-10 04:25:09 +0200
commit830c2a9ccbe98e145640e12637ef3da56f41a7b5 (patch)
treea789ecf783beb1d0855a41b00165965d48c869b7
parent9b0d8f74cbbb04c4b1227293137774db78b67896 (diff)
Bump version to 2.8.0rc3 (#10535)v2.8.0rc3
-rw-r--r--CHANGELOG.md1
-rw-r--r--lib/mastodon/version.rb2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e163bee293..120ec7407bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -58,6 +58,7 @@ All notable changes to this project will be documented in this file.
- Change format of CSV exports of follows and mutes to include extra settings ([ThibG](https://github.com/tootsuite/mastodon/pull/10495), [ThibG](https://github.com/tootsuite/mastodon/pull/10335))
- Change ActivityPub collections to be cacheable by proxies ([ThibG](https://github.com/tootsuite/mastodon/pull/10467))
- Change REST API and public profiles to not return follows/followers for users that have blocked you ([Gargron](https://github.com/tootsuite/mastodon/pull/10491))
+- Change the groupings of menu items in settings navigation ([Gargron](https://github.com/tootsuite/mastodon/pull/10533))
### Removed
diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb
index 859850d15f7..bc27d06eaf5 100644
--- a/lib/mastodon/version.rb
+++ b/lib/mastodon/version.rb
@@ -21,7 +21,7 @@ module Mastodon
end
def flags
- 'rc2'
+ 'rc3'
end
def to_a