From ea6a73d60a319032805ecdec9941acf1df85f8c6 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Thu, 26 Jan 2017 22:35:50 +0200 Subject: [PATCH] mention error case improvement --- RELEASE-NOTES | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 84827c20..96639425 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,7 @@ Changes in 3.5.2: - Easier testing of new translations by adding Class-Path to the manifest - Support for lang_COUNTRY locales, e.g. pt_BR +- Some common error cases improved (using gathered data from GA) Changes in 3.5.1: - Restore support for Java 7