Skip to content

Commit

Permalink
Merge pull request #37 from filip-stenstrom/prepare_2.4
Browse files Browse the repository at this point in the history
Update README and release notes for 2.4
  • Loading branch information
filip-stenstrom authored Jan 27, 2022
2 parents f4779c6 + a0ede1d commit 376a10a
Show file tree
Hide file tree
Showing 2 changed files with 14 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 2.3
\date 3 May 2021
\version 2.4
\date 27 January 2022
\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 and FMI 2.0.
Expand Down
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.

## 2.4

### Changes

- Added new functions `fmi[1/2]_import_get_options` for retrieving an options object.
- Added new function `fmi_import_set_option_loadlibrary_flag` to allow customization of platform-dependent flags passed to `dlopen`/`LoadLibraryEx` when loading the FMU binary.

### Bug fixes

- Fixed memory leak from parsing Enums.
- Fixed memory leaks in tests.

## 2.3

- Updated `fmi_import_get_fmi_version` to also work on unpacked FMUs.
Expand Down

0 comments on commit 376a10a

Please sign in to comment.