diff NEWS @ 2409:e4045b3c9772

ignore-length argument if retrieving DICOM tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 27 Sep 2017 17:36:13 +0200
parents 26a0cc24d48d
children b340f0a9022c
line wrap: on
line diff
--- a/NEWS	Mon Sep 25 14:50:13 2017 +0200
+++ b/NEWS	Wed Sep 27 17:36:13 2017 +0200
@@ -1,8 +1,16 @@
 Pending changes in the mainline
 ===============================
 
+REST API
+--------
+
+* New URI: "/instances/.../frames/.../raw.gz" to compress raw frames using gzip
+* New argument "ignore-length" to force the inclusion of too long tags in JSON
+
+Maintenance
+-----------
+
 * New security-related options: "DicomAlwaysAllowEcho"
-* New URI: "/instances/.../frames/.../raw.gz" to compress raw frames using gzip
 * Use "GBK" (frequently used in China) as an alias for "GB18030"
 * Experimental support of actively maintained Civetweb to replace Mongoose 3.8
 * Fix issue 64 (OpenBSD support)