mirror of https://github.com/mastodon/mastodon
Bump version to v3.5.10
This commit is contained in:
parent
517c4a8a7a
commit
687421ebbe
|
@ -3,6 +3,13 @@ Changelog
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [3.5.10] - 2023-07-07
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix crash in admin interface when viewing a remote user with verified links ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/25796))
|
||||
- Fix processing of media files with unusual names ([ClearlyClaire](https://github.com/mastodon/mastodon/pull/25788))
|
||||
|
||||
## [3.5.9] - 2023-07-06
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -13,7 +13,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def patch
|
||||
9
|
||||
10
|
||||
end
|
||||
|
||||
def flags
|
||||
|
|
Loading…
Reference in New Issue