Rolling
authormike <mike>
Thu, 2 Nov 2006 17:05:01 +0000 (17:05 +0000)
committermike <mike>
Thu, 2 Nov 2006 17:05:01 +0000 (17:05 +0000)
Changes

diff --git a/Changes b/Changes
index 3a61414..01043f3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-$Id: Changes,v 1.45 2006-10-12 11:03:44 mike Exp $
+$Id: Changes,v 1.46 2006-11-02 17:05:01 mike Exp $
 
 Revision history for Perl extension Net::Z3950::ZOOM.
 
@@ -10,6 +10,11 @@ Revision history for Perl extension Net::Z3950::ZOOM.
        - ZOOM::Connection::new(), having been refactored to use
          create(), can now also take a ZOOM::Options argument.
                ### These API changes need documenting.
+       - ZOOM::ResultSet::record() throws a diagnostic if asked to
+         retrieve records out of range for the result-set.
+       - All tests against indexdata.com are now explicitly against
+         bagel.indexdata.com, as the identity of the former name has
+         recently changed.
 
 1.12  (NEVER PUBLICLY RELEASED; these changes are included in 1.13)
        - Include the useful example program samples/zoom/zselect,