From de1e9f0eb0ee15c069b39abd27314a24e41d4b9b Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Fri, 12 Jun 2009 21:40:54 +0200 Subject: [PATCH] [docs] initial changelog for 2009-06 release --- docs/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index db53f1ff5e2..ea55bb515e1 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -1,3 +1,13 @@ +New in 2009-06 release ++ refactored and corrected object initialization ++ attributes initilizations can now use attributes defined earlier ++ method calls are now faster ++ basic safe mode that forbids IO and execution of external programs ++ implemented meta operators for user defined operators ++ initial implementation of Temporal (date/time related objects) ++ type checking of implicit return values ++ improved introspection methods + New in 2009-05 release + updated docs/ROADMAP + basic support for custom operators