diff NEWS @ 4912:45d6ce72a84e

fix linking of Sanitizer sample plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Feb 2022 17:46:28 +0100
parents 0acc49da84ab
children eb23e13f8b0e
line wrap: on
line diff
--- a/NEWS	Mon Feb 21 14:55:12 2022 +0100
+++ b/NEWS	Tue Feb 22 17:46:28 2022 +0100
@@ -37,9 +37,10 @@
 --------
 
 * API version upgraded to 16
-* If an image can not be decoded, ../preview and ../rendered routes are now returning 
-  unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise, 
-  it raises a 415 error code.
+* If an image can not be decoded, ../preview and ../rendered routes
+  are now returning "unsupported.png" only if the
+  "?returnUnsupportedImage" option is specified; otherwise, it raises
+  a 415 HTTP error code.
 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array
 * "/instances/{...}/numpy": Download the instance as a Python numpy array