diff --git a/CHANGES.rst b/CHANGES.rst
index 11a7d92d..bb2ebcf7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,25 @@
+pywb 0.10.9 changelist
+~~~~~~~~~~~~~~~~~~~~~~
+
+* IPProxyResolver: Support new simple proxy resolver where collection and timestamp stored in server-side cache by IP and set via a rest api through `pywb.proxy` eg: `curl -x "localhost:8080" http://pywb.proxy/set?ts=2015&coll=all`. No cookies or proxy auth needed in this mode. Useful for Docker-based deployments where virtual IP is fixed.
+
+* Proxy settings: add `use_banner` to toggle banner insert, and `use_client_rewrite` to toggle wombat rewriting in proxy mode. (Client rewriting requires banner insert).
+
+* Proxy and Video: When in proxy mode, load youtube-dl video info via proxy magic host `pywb.proxy`
+
+* Rewrite: ensure `` tag has trailing slash, or add `` with trailing slash for host-name only urls, eg: `localhost:8080/example.com`
+
+* Rules: improved blogspot nav and yt rules, rule file cleanup
+
+* Wombat 2.9 improvements, including:
+
+ - improved handling of relative paths, '..', '.', '/'
+ - better support for proxy mode, avoid cross-origin top-frame issues
+ - rewrite_html() (document.write) override only if any html changed
+ - improved form action rewrite
+ - improved rewriting in 'root collection' mode
+
+
pywb 0.10.8 changelist
~~~~~~~~~~~~~~~~~~~~~~