diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index 572d2a9c3..52843c255 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -9,9 +9,19 @@
The calc and calcout records can now accept infix expressions up to 79 +characters long, although you have to use long string support to read or write +any that are more than 39 characters. The postfix interpreter now sports an +integer literal token as well as the double literal one, which reduces the +maximum size of a postfix buffer needed for any specific size of infix buffer by +a factor of 2/3.
+Tom Pelaia II and Mark Engbretson contributed build configuration files to @@ -163,6 +173,7 @@ the COMMANDLINE_LIBRARY variable.
Three new options were added to the caget and camonitor utilities, to allow printing float values (rounded) as hex, octal or binary.
+