two fixes for 'load method synopsis' action in the debugger; add tests for NIL values...
[plcapi.git] / NEWS
diff --git a/NEWS b/NEWS
index 0a3a9a3..d941bcf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -60,6 +60,11 @@ PLEASE READ CAREFULLY THE NOTES BELOW to insure a smooth upgrade.
 * fixed: the debugger would fail sending a request with ISO-8859-1 payload (it missed the character set declaration).
   It would have a hard time coping with ISO-8859-1 in other fields, such as e.g. the remote method name
 
+* fixed: the debugger would generate a bad payload via the 'load method synopsis' button for signatures containing NULLs
+
+* fixed: the debugger would generate a bad payload via the 'load method synopsis' button for methods with multiple
+  signatures
+
 * improved: the debugger is displayed using UTF-8, making it more useful to debug any kind of service
 
 * improved: echo all debug messages even when there are characters in them which php deems to be in a wrong encoding;