1.6.1
This commit is contained in:
parent
d59d5dc7d3
commit
0ca915efc3
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
|
Overview of changes leading to 1.6.0
|
||||||
Friday, October the 13th, 2017
|
Friday, October the 13th, 2017
|
||||||
====================================
|
====================================
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
AC_PREREQ([2.64])
|
AC_PREREQ([2.64])
|
||||||
AC_INIT([HarfBuzz],
|
AC_INIT([HarfBuzz],
|
||||||
[1.6.0],
|
[1.6.1],
|
||||||
[https://github.com/behdad/harfbuzz/issues/new],
|
[https://github.com/behdad/harfbuzz/issues/new],
|
||||||
[harfbuzz],
|
[harfbuzz],
|
||||||
[http://harfbuzz.org/])
|
[http://harfbuzz.org/])
|
||||||
|
|
Loading…
Reference in New Issue