been forgetting to update Changes, fixed it
authorTony Cook <tony@develop=help.com>
Thu, 14 Sep 2006 07:26:32 +0000 (07:26 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 14 Sep 2006 07:26:32 +0000 (07:26 +0000)
Changes

diff --git a/Changes b/Changes
index 66e308773454628f96e8e6c3bfec8d6ee980b4e7..19d1cd6bf19ef8b61f9a73937a1e40fffb75cde0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension POE::XS::Queue::Array.
 
+0.003 Thu Sep 14 2006
+ - added #include <string.h> for strcmp/strerror declarations
+ - added a missing format specifier in the debug code in queue.c
+ - disable the debug check code by default
+
 0.002 Sun Jul  9 22:50:17 EST 2006
  - moved the structural queue code to queue.c, Array.xs is purely an
    interface to that now.