Skip to content

Commit 3e92dc3

Browse files
authored
Update Changes.md
1 parent 1d309e0 commit 3e92dc3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Changes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
MAD-X release 5.09.02 (2024.??.??)
1+
MAD-X release 5.09.02 (2024.04.19)
22

33
* IBS:
44
* [PR 1210](https://github.com/MethodicalAcceleratorDesign/MAD-X/pull/1210) Fixes in IBS command behaviour (F. Soubelet)
55
* Fixed an issue where the IBS table would only be created if the `FILE="STRING"` part of the command was provided, instead of always as documented.
66
* Added an export of the `ibs.coulog` and `ibs.const` variables after calling the IBS command (see user guide).
77
* Documented the IBS code.
88
* Add2expr
9-
* [PR1 1211] (https://github.com/MethodicalAcceleratorDesign/MAD-X/pull/1211) Evaluates the expression when defined.
10-
* Previously it was possible to add as syntax error in the expression and this was only detected when the expression was evaluated. This PR fixes that.
9+
* [PR 1211](https://github.com/MethodicalAcceleratorDesign/MAD-X/pull/1211) Evaluates the expression when defined.
10+
* Previously it was possible to add as syntax error in the expression and this was only detected when the expression was evaluated. This PR fixes that.
11+
* Memory corruption
12+
* [PR 1221](https://github.com/MethodicalAcceleratorDesign/MAD-X/pull/1221) Fix dangling pointer
13+
* `setvars` leave a string variable point to data on a tables that could be delete leaving a dangling pointer
1114

1215

1316
MAD-X release 5.09.01 (2023.12.04)

0 commit comments

Comments
 (0)