diff --git a/doc/news.html b/doc/news.html
index 94091fb2..f3b82e62 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -29,11 +29,14 @@
- - 11 March 2005
+ - 14 October 2005 - 1.33.1 release
-
- - Added a hack that will fool PyDoc into working with Boost.Python, thanks to Nick Rasmussen
+ - The build now assumes Python 2.4 by default, rather than 2.2
+ - Support Python that's built without Unicode support
+ - Support for wrapping classes with overloaded
+ address-of (
&) operators
- 14 August 2005 - 1.33 release
@@ -59,6 +62,13 @@ the python object contains a NULL shared_ptr holder of the right type.
Numerous workarounds for MSVC 6 and 7, GCC 2.96, and EDG 2.45
+ 11 March 2005
+
+
+
+ - Added a hack that will fool PyDoc into working with Boost.Python, thanks to Nick Rasmussen
+
+
19 November 2004 - 1.32 release