From 33ae3a8bae1119669dcdb7f89497974dcfe841f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20K=C3=B6the?= Date: Wed, 22 Nov 2000 12:26:03 +0000 Subject: [PATCH] updated [SVN r8297] --- release_notes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index cd0b99b1..8932a0aa 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,11 @@ +2000-11-22 10:00 + Ullrich fixed bug in operator_dispatcher. + +2000-11-21 10:00 + Changed all class and function names into lower_case. + + Ullrich updated documentation for operator wrapping. + 2000-11-20 10:00 Ullrich renamed ExtensionClass:register_coerce() into ExtensionClass:def_standard_coerce() and made it public