2019-04-25 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in escaping JSON strings that failed to handle
	control characters properly.
This commit is contained in:
Fred Gleason
2019-04-26 18:27:32 -04:00
parent 62a0914e05
commit f8b223ec05
2 changed files with 29 additions and 10 deletions

View File

@@ -18605,3 +18605,6 @@
2019-04-24 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Cart Data Dump (fixed width)' report from
rdlibrary(1).
2019-04-25 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in escaping JSON strings that failed to handle
control characters properly.