summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS25
1 files changed, 21 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 47c58263..c3540e6d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
-Overview of changes
-===================
+Overview of changes in 0.91.0, 04-07-2022
+=========================================
-Change the prefix to make Pango 1.x and Pango 2 usable
-in the same process. The new setup is:
+Everything has been renamed to make Pango 1.x and Pango 2
+usable in the same process. The new setup is:
- All types are Pango2...
- All symbols are pango2_...
- Includes are #include <pango2/pango.h>
@@ -14,6 +14,23 @@ Pango 1.x, the version number has been dropped to 0.x,
and the news release will be a 0.91 development release
leading towards Pango2 1.0.
+Changes
+-------
+
+- Implement all line styles in the cairo renderer
+
+- AddPango2HbFaceBuilder, and replace some of the complex
+ constructors with it
+
+- Add pango2_lines_get_trimmed_extents
+
+- Support color palettes in fonts. New APIs include
+ pango2_context_set_palette
+ pango2_attr_palette_new
+ pango2_cairo_show_color_glyph_string
+
+- The DirectWrite support should be closer to working
+
Overview of changes in 1.90
===========================