summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2014-12-17 11:20:17 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2014-12-17 11:20:17 (GMT)
commit0569a68edd58d741e46ec1e50d6dd936de77dbfa (patch)
tree3a9017e21e5b36c5dea8cf87bcd7b46285e342e6 /NEWS
parent8a9fb8cf3229c9a704c982667c63ac440b8487ba (diff)
downloadlz4-0569a68edd58d741e46ec1e50d6dd936de77dbfa.zip
lz4-0569a68edd58d741e46ec1e50d6dd936de77dbfa.tar.gz
lz4-0569a68edd58d741e46ec1e50d6dd936de77dbfa.tar.bz2
C90 compatibility
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b90665..bf7efe9 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ New : lz4frame API is now integrated into liblz4
Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
+Changed : lz4 is C90 compatible
r125:
Changed : endian and alignment code