updated NEWS

This commit is contained in:
Yann Collet 2017-01-17 13:15:25 -08:00
parent 123c8a3cb8
commit 8e44bd83f1

2
NEWS
View File

@ -1,7 +1,9 @@
v1.1.3
cli : new : advanced commands for detailed parameters, by Przemyslaw Skibinski
cli : fix zstdless on Mac OS-X, by Andrew Janke
dictBuilder : improved dictionary generation quality, thanks to Nick Terrell
API : fix : all symbols properly exposed in libzstd, by Nick Terrell
API : fix : ZSTD_initCStream_usingCDict() properly writes dictID into frame header, by Gregory Szorc (#511)
API : new : ZSTD_create?Dict_byReference(), requested by Bartosz Taudul
API : new : ZDICT_finalizeDictionary()