summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-04-11 17:59:22 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-04-11 17:59:22 (GMT)
commit973e385fa332485f4617cf16406a8c8ef631a555 (patch)
tree396502e3eeef6a56b2f4811912f657b964a52dfd /NEWS
parentbe9d248851ecd712a8911526b009c5d0c948ee21 (diff)
downloadlz4-973e385fa332485f4617cf16406a8c8ef631a555.zip
lz4-973e385fa332485f4617cf16406a8c8ef631a555.tar.gz
lz4-973e385fa332485f4617cf16406a8c8ef631a555.tar.bz2
Implemented obsolete warning message
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0f33388..462a23b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,8 @@ r129:
Added : LZ4_compress_fast()
Changed: New compression functions LZ4_compress_safe() - Suggested by Evan Nemerson & Takayuki Matsuoka
Added : AppVeyor CI environment, for Visual tests - Suggested by Takayuki Matsuoka
-Fixed : GCC 4.9+ optimization bug - Reported by Markus Trippelsdorf, Evan Nemerson and Greg Slazinski
+Fixed : GCC 4.9+ optimization bug - Reported by Markus Trippelsdorf, Greg Slazinski, Evan Nemerson & Takayuki Matsuoka
+Modified:Obsolete functions generate warnings - Suggested by Evan Nemerson & Takayuki Matsuoka
Updated: Documentation converted to MarkDown
r128: