From 8baaad037a06b17b29aa9092dcf15bed7b0dea61 Mon Sep 17 00:00:00 2001 From: WEI Yongming Date: Fri, 12 Apr 2019 18:22:07 +0800 Subject: [PATCH] tune release notes --- RELEASE-NOTES.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 5728f831..d9cd81c7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -269,6 +269,16 @@ We use the slice allocator when laying out the text in complex scripts. Note that this implementation is derived from LGPL'd glib. +#### Other Enhancements + +* A new BITMAP type `BMP_TYPE_REPLACEKEY` was added. When `bmType` of a BITMAP object +has this bit set, any pixel which is equal to `bmColorKey` will be replaced by +`bmColorRep`. + +* Support for libPNG 1.6.x. + +* Support for Ubuntu 18.04 LTS. + #### Backward Compatibility Issues In MiniGUI 4.0.0, we changed some unreasonable APIs which were introduced @@ -323,12 +333,6 @@ if you want to get the height and descent data of one font. The the basic glyph type and break type have been removed from GLYPHINFO structure. You should use `GetACharType` instead. -#### Other Changes - -A new BITMAP type `BMP_TYPE_REPLACEKEY` was added. When `bmType` of a BITMAP object -has this bit set, any pixel which is equal to `bmColorKey` will be replaced by -`bmColorRep`. - #### Deprecated Features Support for FreeType1 was removed.