Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
beltoforion committed Dec 12, 2024
1 parent 8f278f4 commit 9055c53
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,16 @@
History:
--------

Rev 2.3.5: 13.10.2023
Rev 2.3.5: 13.12.2024
---------------------
Bugfixes:
* Fix for #125 (bug in muParserDLL.cpp / mupDefineInfixOprt)

* Fix for #127 minimum required cmake version set to 3.15
* Fix for #132 example1 fails to builds on Windows with mingw gcc
* Fix for #147 Build failed with MSVC/C++20

Changes:
* Added rnd() function
* Bitwise "and" and "or" used the same precedence. (Now bitwise and priority is higher, like in C++)
* Fix for #131 (added a SetByteCode function to allow restoring previously extracted bytecode)

Expand All @@ -28,7 +32,7 @@ Rev 2.3.4: 06.11.2022
Build System Changes (CMake):
* cmake is using OpenMP target and setting _UNICODE preprocessor definition
Compiler Warnings:
* fix for issue #117 (sprintf deprecation warning)
* Fix for issue #117 (sprintf deprecation warning)


Rev 2.3.3: 22.01.2022
Expand Down

0 comments on commit 9055c53

Please sign in to comment.