diff --git a/oletools/README.html b/oletools/README.html
index aef71b6..df4d227 100644
--- a/oletools/README.html
+++ b/oletools/README.html
@@ -14,7 +14,8 @@
Note: python-oletools is not related to OLETools published by BeCubed Software.
News
-- 2016-04-12 v0.45: improved rtfobj to handle several anti-analysis tricks, improved olevba to export results in JSON format.
+- 2016-04-19 v0.46: olevba does not deobfuscate VBA expressions by default (much faster), new option --deobf to enable it. Fixed color display bug on Windows for several tools.
+- 2016-04-12 v0.45: improved rtfobj to handle several anti-analysis tricks, improved olevba to export results in JSON format.
- 2016-03-11 v0.44: improved olevba to extract and analyse strings from VBA Forms.
- 2016-03-04 v0.43: added new tool MacroRaptor (mraptor) to detect malicious macros, bugfix and slight improvements in olevba.
- 2016-02-07 v0.42: added two new tools oledir and olemap, better handling of malformed files and several bugfixes in olevba, improved display for olemeta.
diff --git a/oletools/README.rst b/oletools/README.rst
index 8a6d6da..9b1de15 100644
--- a/oletools/README.rst
+++ b/oletools/README.rst
@@ -26,7 +26,12 @@ Software.
News
----
-- **2016-04-12 v0.45**: improved
+- **2016-04-19 v0.46**:
+ `olevba `__ does
+ not deobfuscate VBA expressions by default (much faster), new option
+ --deobf to enable it. Fixed color display bug on Windows for several
+ tools.
+- 2016-04-12 v0.45: improved
`rtfobj `__ to
handle several `anti-analysis
tricks `__, improved