Skip to content

Commit

Permalink
Updated release notes and README to prepare for 3.0a3 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
modelonrobinandersson committed Dec 6, 2023
1 parent 4c7ba77 commit aef80cf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FMILIB_Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

\mainpage FMI Library

\version 3.0a2
\date 14 July 2023
\version 3.0a3
\date 4 December 2023
\section Summary
FMI library is intended as a foundation for applications interfacing FMUs
(Functional Mockup Units) that follow FMI Standard. This version of the library supports FMI 1.0, FMI 2.0 and FMI 3.0.
Expand Down
18 changes: 18 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ The release notes are typically a highlighting subset of all changes made. For f

Note that version 2.1 is the first version with release notes. Please see the commit history for older versions.

## 3.0a3

### Improvements

- Improved error handling.
- Attribute buffers are now properly cleared if an element fails to parse.
- Disabled jm_locale_test if locale testing is disabled.

### Changes

- Resolved reported vulnerability issues:
- Updated to expat 2.5.0 (from version 2.4.8).
- Updated to zlib 1.2.13 (from version 1.2.6).
- The following functions have been renamed:
- `fmi3_xml_get_default_experiment_step` to `fmi3_xml_get_default_experiment_step_size`
- `fmi3_import_get_default_experiment_has_step` to `fmi3_import_get_default_experiment_has_step_size`


## 3.0a2

### Improvements
Expand Down

0 comments on commit aef80cf

Please sign in to comment.