forked from cybrespace/mastodon
Bump version to 2.6.5 (#9413)
This commit is contained in:
parent
84e5ed43e7
commit
2df5ef18ae
|
@ -3,6 +3,15 @@ Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [2.6.5] - 2018-12-01
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Change lists to display replies to others on the list and list owner (#9324)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix failures caused by commonly-used JSON-LD contexts being unavailable (#9412)
|
||||||
|
|
||||||
## [2.6.4] - 2018-11-30
|
## [2.6.4] - 2018-11-30
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ module Mastodon
|
||||||
end
|
end
|
||||||
|
|
||||||
def patch
|
def patch
|
||||||
4
|
5
|
||||||
end
|
end
|
||||||
|
|
||||||
def pre
|
def pre
|
||||||
|
|
Loading…
Reference in New Issue