mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 14:45:24 +00:00
1.6.1
This commit is contained in:
parent
d59d5dc7d3
commit
0ca915efc3
2 changed files with 14 additions and 1 deletions
13
NEWS
13
NEWS
|
@ -1,3 +1,16 @@
|
|||
Overview of changes leading to 1.6.1
|
||||
Sunday, October 22nd, 2017
|
||||
====================================
|
||||
|
||||
- Don't skip over COMBINING GRAPHEME JOINER when ligating, etc.
|
||||
To be refined: https://github.com/behdad/harfbuzz/issues/554
|
||||
- Faster hb_set_t implementation.
|
||||
- Don't use deprecated ICU API.
|
||||
- Fix undefined-behavior in Myanmar shaper, introduced in 1.6.0
|
||||
- Deprecated API:
|
||||
hb_set_invert()
|
||||
|
||||
|
||||
Overview of changes leading to 1.6.0
|
||||
Friday, October the 13th, 2017
|
||||
====================================
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.64])
|
||||
AC_INIT([HarfBuzz],
|
||||
[1.6.0],
|
||||
[1.6.1],
|
||||
[https://github.com/behdad/harfbuzz/issues/new],
|
||||
[harfbuzz],
|
||||
[http://harfbuzz.org/])
|
||||
|
|
Loading…
Add table
Reference in a new issue