]> git.donarmstrong.com Git - class_modular.git/.git/commitdiff
* Merge back in changes to CHANGES
authorDon Armstrong <don@donarmstrong.com>
Sun, 24 Oct 2004 09:51:04 +0000 (09:51 +0000)
committerDon Armstrong <don@donarmstrong.com>
Sun, 24 Oct 2004 09:51:04 +0000 (09:51 +0000)
git-svn-id: file:///srv/don_svn/class_modular/trunk@35 96c6a18b-02ce-0310-9fca-9eb62c757ba6

CHANGES

diff --git a/CHANGES b/CHANGES
index 7d804e72c7b65124b6290915da374006ded5fc4d..2492665b562974058198578242b9e2f7f5cecf73 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,2 +1,7 @@
 v0.3 - Tuesday, October 19, 2004 19:28:22 PDT
- * Fix debian directory to actually build this package properly
\ No newline at end of file
+ * Fix debian directory to actually build this package properly
+ * Add Safe support and allow Storable to use Deparse to handle CODE references in clones
+ * Rearange function order so that the documentation is in a sane order in Class::Modular
+ * Add USE_SAFE variable to control whether Safe is used
+ * Improve documentation
+ * Fixes to tests