From 260ed8ca1276bb5b2427301bc89b1a9d87d9036c Mon Sep 17 00:00:00 2001 From: Leandro Regueiro Date: Wed, 6 Sep 2017 11:45:42 +0200 Subject: [PATCH] Release notes for 2.9.0b3 --- docs/releases/2.9.0.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/releases/2.9.0.rst b/docs/releases/2.9.0.rst index c5f57873a23..c9bed8f2a8f 100644 --- a/docs/releases/2.9.0.rst +++ b/docs/releases/2.9.0.rst @@ -29,13 +29,18 @@ Changes - Pootle no longer tries to first import existing translations from disk, - Pootle initializes the new languages using the templates in the database. -- Several bugfixes for Pootle FS. +- Several bugfixes for Pootle FS: + + - Fix handling of obsolete and unsynced units, + - Allow to sync to empty file. + - Serialization: - - Don't cache on serialization - - Allow serializing obsolete units - - Serialization and sync bugfixes + - Don't cache on serialization, + - Allow serializing obsolete units, + - Serialization and sync bugfixes. +- Fixed issues with variables in translations. - Overall documentation review and updates. - `pootle` command can now be run with no `VIRTUAL_ENV` environment variable set.