diff --git a/README.html b/README.html
index ba02f21..1230739 100644
--- a/README.html
+++ b/README.html
@@ -14,7 +14,7 @@
SoundTouch audio processing library v1.9.3pre
-SoundTouch library Copyright © Olli Parviainen 2001-2015
+SoundTouch library Copyright © Olli Parviainen 2001-2017
1. Introduction
SoundTouch is an open-source audio processing library that allows
@@ -570,6 +570,14 @@ this corresponds to lowering the pitch by -0.318 semitones:
5. Change History
5.1. SoundTouch library Change History
+ 1.9.3:
+
+ - Added functions to get initial processing latency, duration ratio between the original input and processed output tracks, and clarified reporting of input/output batch sizes
+ - Fixed issue that added brief sequence of silence to beginning of output audio
+ - Bugfix: Fixed a glitch that could cause negative array indexing in quick seek algorithm
+ - Bugfix: flush() didn't properly flush final samples from the pipeline on 2nd time in case that soundtouch object instance was recycled and used for processing a second audio stream.
+ - Bugfix: Pi value had incorrect 9th/10th decimals
+
1.9.2: