diff --git a/doc/news.html b/doc/news.html
index 1b02a9a9..f63c52cf 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -35,6 +35,21 @@
function pointers when used as arguments to add_property
+
13 December 2002
+
+ Allow exporting of enum_ values into
+ enclosing scope.
+
+
+ Fixed unsigned integer conversions to deal correctly with
+ numbers that are out-of-range of signed long.
+
+
+
+
+
14 November 2002
Auto-detection of class data members wrapped with object
{
enum_(char const* name);
- inline enum_<T>& value(char const* name, T);
+ enum_<T>& value(char const* name, T);
+ enum_<T>& export_values();
};
}}