Skip to content

Commit a7f6741

Browse files
committed
Note msvc changes
1 parent 3a7ab73 commit a7f6741

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

docs/luaReleaseNotes.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
lua Release Notes
22
=================
33

4+
Release 3-0-1
5+
-------------
6+
7+
- Fix issues for windows builds.
8+
9+
410
Release 3-0
511
-----------
612

713
- Lua language version updated to 5.4.0
814
- "db" library added. Allows users to generate records within lua scripts
9-
during IOC startup.
15+
during IOC startup.
1016
- luaPortDriver added. Generates an asynPortDriver based off of a lua
1117
script. Each parameter is defined within lua and links to a snippet
1218
of lua code, with the code being run whenever the parameter is read
@@ -42,7 +48,7 @@ Release 2-1
4248
- Fixed bug in "asyn" library where writeread requests were attempting to read
4349
twice, causing timeout waits.
4450
- Added luashCmd function to ioc shell. Useful for running one-liners of lua code.
45-
- lua shell now specially recognizes the line '#ENABLE_HASH_COMMENTS',
51+
- lua shell now specially recognizes the line '#ENABLE_HASH_COMMENTS',
4652
when put into a lua shell script, the shell will ignore lines where
4753
the first non-whitespace line is a '#' character. Allowing scripts to
4854
appear more like regular ioc shell scripts.
@@ -117,7 +123,7 @@ Release 1-2
117123
- Added '<' command to luash to include the contents of other scripts
118124
- luaScript input fields now can have descriptions of their contents
119125
- Fixed a bug where forward link processing wasn't happening
120-
-
126+
-
121127

122128
Release 1-1
123129
-----------

0 commit comments

Comments
 (0)