mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 08:14:53 +00:00
Add release notes for 2.6.1
This commit is contained in:
parent
f10cd072d6
commit
ce4b37f9fc
3 changed files with 23 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
2.6.1 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Prevent Javascript errors caused by unescaped quote characters in translation strings (Matt Westcott)
|
||||
|
||||
|
||||
2.6 (01.08.2019)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/2.6.1.rst
Normal file
16
docs/releases/2.6.1.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
============================================
|
||||
Wagtail 2.6.1 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Prevent Javascript errors caused by unescaped quote characters in translation strings (Matt Westcott)
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
upgrading
|
||||
2.6.1
|
||||
2.6
|
||||
2.5.2
|
||||
2.5.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue