diff --git a/doc/html/changelog.html b/doc/html/changelog.html
index 02f7eca1..d0229d97 100644
--- a/doc/html/changelog.html
+++ b/doc/html/changelog.html
@@ -46,6 +46,94 @@
+ FLAC 1.3.1 (25-Nov-2014)
+
+
+
+
+ -
+ General:
+
+ - Improved decoding efficiency of all bit depths but especially so for 24 bits (a series of patches from lvqcl).
+ - Faster encoding using SSE and AVX (many separate patches from lvqcl).
+ - Fixed bartlett, bartlett_hann and triangle functions.
+ - New apodization functions partial_tukey and punchout_tukey for improved compression.
+ - Retuned compression presets to incorporate new apodization functions.
+ - Fix -Wcast-align warnings on armhf architecture.
+
+
+ -
+ FLAC format:
+
+
+ -
+ Ogg FLAC format:
+
+
+ -
+ flac:
+
+ - Help output documentation improvements.
+ - I/O buffering improvements on Windows to reduce disk fragmentation when writing files.
+ - Only write vorbis-comments if they are non-empty.
+
+
+ -
+ metaflac:
+
+
+ -
+ plugins:
+
+ - Fix symbol visibility in XMMS plugin.
+
+
+ -
+ build system:
+
+ - Many fixes and improvements across all the buiuld systems.
+
+
+
+ -
+ documentation:
+
+
+ -
+ libraries:
+
+ - Fix CVE-2014-9028 (heap write overflow) and CVE-2014-8962 (heap read overflow).
+
+
+ -
+ Interface changes:
+
+ -
+ libFLAC:
+
+
+ -
+ libFLAC++:
+
+
+
+
+
+
+
+
FLAC 1.3.0 (26-May-2013)