Typo.
[ZOOM-Perl-moved-to-github.git] / Changes
diff --git a/Changes b/Changes
index e71adba..66fe0bb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-$Id: Changes,v 1.65 2007-08-17 11:09:36 mike Exp $
+$Id: Changes,v 1.68 2007-09-14 10:34:40 mike Exp $
 
 Revision history for Perl extension Net::Z3950::ZOOM.
 
@@ -7,6 +7,14 @@ Revision history for Perl extension Net::Z3950::ZOOM.
        - samples/zoom/zoomtst1.pl now accepts arbitrary options at
          the end of the command-line, so that (for example) you can
          specify a non-USMARC record syntax.
+       - Add new functions Net::Z3950::ZOOM::diag_srw_str() and
+         ZOOM::diag_srw_str() to map SRW diagnostic codes into
+         human-readable messages.
+       - ZOOM::Exception() constructor uses diag_srw_str() to fill in
+         the error message, if it is undefined, for SRW errors.
+       - The render() method of ZOOM::Exception(), and therefore the
+         overloaded stringifying operator, deals with exceptions that
+         have no message().
 
 1.19  Mon Jul  9 14:09:31 BST 2007
        - Add $conn->exception() method.