Skip to content

Commit

Permalink
Update CHANGES file
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-mcleod committed Apr 11, 2018
1 parent 2bf14a0 commit 8e339f9
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@ For more information see the release notes at https://wiki.sel4.systems/CAmkESRe

This file should be word wrapped to 120 characters

upcoming release
---
Upcoming release

= Changes =
## Changes
* Hardware dataport with large frame sizes issue has been fixed
* Bug fix: Enumerating connections for hierarchical components with custom connection types is now done correctly
* Bug fix: Data structure caching is now correctly invalidated between builds
* Initial CMake implementation for CAmkES. See the CAmkES test apps for examples.

## Upgrade notes
* No special upgrade requirements.

## Known issues
* Hierarchical components that export dataport connectors create compilation errors as the templates cannot accurately
tell that the connector of the parent component is exported from the child and no code should be generated. A
temporary workaround involves making the dataport connection explicitly available to the parent component.

---
camkes-3.2.0 2018-01-17
Expand Down

0 comments on commit 8e339f9

Please sign in to comment.