Merge branch 'upstream' into tizen
[platform/upstream/fribidi.git] / NEWS
diff --git a/NEWS b/NEWS
index 28f074c..9502360 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+Overview of changes between 1.0.1 and 1.0.2
+=============================================
+
+* Added meson build system.
+* glib dependency was completely removed even for tests.
+* Tests now run on Visual Studio (through meson).
+* Cleanup of obsolete options
+* Travis support.
+
+Overview of changes between 1.0 and 1.0.1
+=============================================
+
+* Minor distribution related fixes.
+
+Overview of changes between 0.19.7 and 1.0
+=============================================
+
+* Full isolate and parenthesis support as per Unicode 6.3 to Unicode 10.0 . 
+* To get access to the new algorithm calls to the function
+  `fribidi_get_par_embedding_levels()` must be replaced with calls to
+  `fribidi_get_par_embedding_levels_ex()`. These function are not API
+  compatible. Calling the older function will use default values for
+  the new bracket properties and will sometimes yield non-complient
+  results.
+
 Overview of changes between 0.19.6 and 0.19.7
 =============================================
 * Disable thread-unsafe memory pool by default. (bug #79385)