Skip to content

Commit

Permalink
updating changelog for v0.4.0 (#321)
Browse files Browse the repository at this point in the history
* updating changelog for v0.4.0

* wrong date

* added "Cannot run JavaFMI generated FMUs"
  • Loading branch information
ljamt authored Aug 19, 2019
1 parent ff8edfa commit b3acc80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to cse-core will be documented in this file. This includes n

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

### [v0.4.0] – 2019-08-19
##### Added
* Initial variable values configurable from SSP ([PR#291](https://github.com/open-simulation-platform/cse-core/pull/291))
* Allow boolean to be set from scenario ([PR#292](https://github.com/open-simulation-platform/cse-core/pull/292))
* Providing overview of modified variables ([PR#296](https://github.com/open-simulation-platform/cse-core/pull/296))
* Give client code more control over logging ([PR#314](https://github.com/open-simulation-platform/cse-core/pull/314))

##### Fixed
* Cannot run JavaFMI generated FMUs ([PR#268](https://github.com/open-simulation-platform/cse-core/pull/268))
* Prevent crash when a variable is reconnected ([PR#285](https://github.com/open-simulation-platform/cse-core/pull/285))

### [v0.3.0] – 2019-06-26
##### Added
Expand Down Expand Up @@ -32,3 +42,4 @@ First OSP JIP partner release

[v0.2.0]: https://github.com/open-simulation-platform/cse-core/compare/v0.1.0...v0.2.0
[v0.3.0]: https://github.com/open-simulation-platform/cse-core/compare/v0.2.0...v0.3.0
[v0.4.0]: https://github.com/open-simulation-platform/cse-core/compare/v0.3.0...v0.4.0

0 comments on commit b3acc80

Please sign in to comment.