diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 713a5c19f9c..588ff7d846b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ Changelog * Added the register_admin_menu_item hook for registering menu items at startup * Added version indicator to the admin interface * Renamed wagtailsearch.indexed to wagtailsearch.index + * Added Russian translation * Fix: Page URL generation now returns correct URLs for sites that have the main 'serve' view rooted somewhere other than '/' (Nathan Brizendine) * Fix: Search results in the page chooser now respect the page_type parameter on PageChooserPanel * Fix: Rendition filenames are now prevented from going over 60 chars, even with a large focal_point_key diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 64c72ff0ca2..67f6c853a90 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -48,5 +48,6 @@ Translators * Polish: Łukasz Bołdys * Portuguese Brazil: Gilson Filho * Romanian: Dan Braghis +* Russian: ice9, HNKNTA * Spanish: Unai Zalakain, fooflare * Traditional Chinese (Taiwan): wdv4758h diff --git a/docs/releases/0.6.rst b/docs/releases/0.6.rst index 5064f90bee2..f4201046558 100644 --- a/docs/releases/0.6.rst +++ b/docs/releases/0.6.rst @@ -30,6 +30,7 @@ Minor features * MenuItems can now have bundled JavaScript * Added the ``register_admin_menu_item`` hook for registering menu items at startup. See :ref:`admin_hooks` * Added a version indicator into the admin interface (hover over the wagtail to see it) + * Added Russian translation Bug fixes