Skip to content

Commit

Permalink
[eclipse-iceoryx#491] Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
orecham committed Nov 18, 2024
1 parent aadb314 commit 9d6ef3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/release-notes/iceoryx2-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* Developer permissions for resources [#460](https://github.com/eclipse-iceoryx/iceoryx2/issues/460)
* Add `--send-copy` flag to Benchmark to consider mem operations [#483](https://github.com/eclipse-iceoryx/iceoryx2/issues/483)
* Support for slices in the C++ bindings [#490](https://github.com/eclipse-iceoryx/iceoryx2/issues/490)
* Add API to retrieve string description of error enums [$491](https://github.com/eclipse-iceoryx/iceoryx2/issues/491)

### Bugfixes

Expand Down Expand Up @@ -58,10 +59,13 @@
conflicts when merging.
-->

* APIs to support slices in the C++ bindings [#490](https://github.com/eclipse-iceoryx/iceoryx2/issues/490)
* APIs to support slices in the C/C++ bindings [#490](https://github.com/eclipse-iceoryx/iceoryx2/issues/490)
* Rename `iox2_publisher_loan` to `iox2_publisher_loan_slice_uninit` [#490](https://github.com/eclipse-iceoryx/iceoryx2/issues/490)
1. C always loans slices, for a single element, specify the
`number_of_elements` to be 1
* Add APIs to C/C++ bindings to get string representation of error enum
1. C API: `iox2_{error_enum_name}_string()`
2. C++ API: `error_string(ErrorEnum)`

### API Breaking Changes

Expand Down

0 comments on commit 9d6ef3e

Please sign in to comment.