mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-31 05:10:33 +00:00
Add release note for #4612 in 2.1.1
This commit is contained in:
parent
fee77469b3
commit
ac84cea671
3 changed files with 23 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ Changelog
|
|||
* Fix: Site.get_site_root_paths() preferring other sites over the default when some sites share the same root_page (Andy Babic)
|
||||
|
||||
|
||||
2.1.1 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Site.get_site_root_paths() preferring other sites over the default when some sites share the same root_page (Andy Babic)
|
||||
|
||||
|
||||
2.1 (22.05.2018)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/2.1.1.rst
Normal file
16
docs/releases/2.1.1.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
============================================
|
||||
Wagtail 2.1.1 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Fix ``Site.get_site_root_paths()`` preferring other sites over the default when some sites share the same root_page (Andy Babic)
|
||||
|
|
@ -6,6 +6,7 @@ Release notes
|
|||
|
||||
upgrading
|
||||
2.2
|
||||
2.1.1
|
||||
2.1
|
||||
2.0.1
|
||||
2.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue