From a58958a898bd469b252d3554f64b059a723aa774 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 15 Dec 2011 10:30:51 +0100 Subject: [PATCH] Update news --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 981a4e2..29df6a9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ + +Allow =val to be omitted for yaz_uri_to_array. Also, multiple &'s in +sequence is treated as one. For example, &&a=b&&&c& is identical to +a=b&c= . + -- 4.2.22 2011/12/05 Add ZOOM_connection_save_apdu_wrbuf. This function may be used to save -- 1.7.10.4