diff --git a/CHANGES.rst b/CHANGES.rst
index 335f43f6..8a22cce2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,7 +1,13 @@
pywb 0.8.3 changelist
~~~~~~~~~~~~~~~~~~~~~
-* cookie rewrite: remove cookie ``secure`` flag to allow equivalent replay via http as well as https
+* cookie rewrite: all cookie rewriters remove ``secure`` flag to allow equivalent replay of sites with cookies via HTTP and HTTPS.
+
+* html rewrite: fix ```` tag rewriting to keep add trailing slash if url is a hostname with no path, ex:
+
+ ```` -> ````
+
+* framed replay: fix double slash that remainded when rewriting top frame url.
pywb 0.8.2 changelist