Better error reporting for CQL-to-RPN conversion failure
[yaz-moved-to-github.git] / CHANGELOG
index 4242cef..e9c26d6 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,6 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
-New ODR utility, odr_getelement, which returns name element for
+New ODR utility, odr_getelement, which returns name of element for
 which encoding/decoding failed.
 
 Fixed ODR so that it returns error code OREQUIRED rather than ONONE
@@ -11,7 +11,8 @@ Bug fix: some MARC8 sequences were not converted.
 New ZOOM option "step" which specifies number of records to be
 retrieved in one chunk. Used in conjunction with "start" and "count".
 
-SRW support for yaz-client.
+SRW support for yaz-client. Use scheme http: to use it, e.g.
+ http://host:port/db
 
 yaz-client no longer does (un)intelligent character set conversions
 by default. Can be enabled with charset and marc_charset commands.