diff --git a/doc/news.html b/doc/news.html index ac0fb176..8ab97245 100644 --- a/doc/news.html +++ b/doc/news.html @@ -29,6 +29,18 @@
+
24 February 2003
+ +
Finished improved support + for boost::shared_ptr. Now any wrapped object of + C++ class X can be converted automatically + to shared_ptr<X>, regardless of how it was + wrapped. The shared_ptr will manage the lifetime + of the Python object which supplied the X, rather + than just the X object itself, and when such + a shared_ptr is converted back to Python, the + original Python object will be returned.
+
19 January 2003
Integrated staticmethod support from