r11451: add test
[hyperobject.git] / debian / changelog
index 0f8819ed5a349e55746a3992a2558ca204d69571..18ecc1957946b4999d7d56475e2634081c0b9240 100644 (file)
@@ -1,3 +1,18 @@
+cl-hyperobject (2.10.0-1) unstable; urgency=low
+
+  * Support CLISP
+  * Remove implementation-dependent access of type slot using
+    slot-definition-type instead.
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Fri, 01 Sep 2006 08:49:25 -0600
+
+cl-hyperobject (2.9.2-1) unstable; urgency=low
+
+  * Use initialize-instance :around for direct-slot-definition to be
+  more AMOP compliant for setting lisp type from :value-type initarg 
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Aug 2006 21:44:01 -0600
+
 cl-hyperobject (2.9.1-1) unstable; urgency=low
 
   * Support change in SBCL MOP