@@ 7,6 7,15 @@
* Implemented correct order of directional runs for paragraphs whose
base direction is RTL.
+ * Numbers now create an implicit LTR embedding level.
+
+ * The direction of weak directional characters and neutral characters is
+ now determined by the embedding level of surrounding characters, or if
+ that does not match, by the base paragraph direction.
+
+ * For the legacy plain text interface, base paragraph direction is now set
+ according to the first strong character.
+
* Shaping uses the base paragraph direction when no strongly directional
characters are present.