From 0bcffb56bbe4e44e95521722db42bffd0ab65f09 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 11 May 2022 10:44:53 -0700 Subject: [PATCH] Add mention to RELEASE_NOTES --- documentation/RELEASE_NOTES.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index eaee85dbc..392136a7b 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -17,6 +17,13 @@ should also be read to understand what has changed since earlier releases. +### Simulation Mode RAW Support for Output Record Types + +SIMM=RAW support has been added for the relevant output record types +(ao, bo, mbbo, mbboDirect). +RAW simulation mode will have those records do the appropriate conversion +and write RVAL to the location pointed to by SIOL. + ### Support for obsolete architectures removed These target architectures have been removed: @@ -1327,7 +1334,7 @@ editing and history. This functionality has now been restored, see Launchpad ### Constant link types Constant links can now hold 64-bit integer values, either as scalars or -arrays. Only base 10 is supported by the JSON parser though, the JSON standard + arrays. Only base 10 is supported by the JSON parser though, the JSON standard doesn't allow for hexadecimal numbers. ### Upgraded the YAJL JSON Library