Skip to content

Commit

Permalink
Update Changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rdemaria authored Apr 19, 2024
1 parent 1d309e0 commit 3e92dc3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
MAD-X release 5.09.02 (2024.??.??)
MAD-X release 5.09.02 (2024.04.19)

* IBS:
* [PR 1210](https://github.com/MethodicalAcceleratorDesign/MAD-X/pull/1210) Fixes in IBS command behaviour (F. Soubelet)
* 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.
* Added an export of the `ibs.coulog` and `ibs.const` variables after calling the IBS command (see user guide).
* Documented the IBS code.
* Add2expr
* [PR1 1211] (https://github.com/MethodicalAcceleratorDesign/MAD-X/pull/1211) Evaluates the expression when defined.
* 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.
* [PR 1211](https://github.com/MethodicalAcceleratorDesign/MAD-X/pull/1211) Evaluates the expression when defined.
* 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.
* Memory corruption
* [PR 1221](https://github.com/MethodicalAcceleratorDesign/MAD-X/pull/1221) Fix dangling pointer
* `setvars` leave a string variable point to data on a tables that could be delete leaving a dangling pointer


MAD-X release 5.09.01 (2023.12.04)
Expand Down

0 comments on commit 3e92dc3

Please sign in to comment.