Skip to content

Commit 8dc88e2

Browse files
committed
[#1327] Add release notes
1 parent 600dff7 commit 8dc88e2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/release-notes/iceoryx2-unreleased.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
NOTE: Add new entries sorted by issue number to minimize the possibility of
4343
conflicts when merging.
4444
-->
45+
* Remove support for Bazel Workspaces
46+
[#1263](https://github.com/eclipse-iceoryx/iceoryx2/issues/1263)
4547
* Adjust test names to naming convention
4648
[#1273](https://github.com/eclipse-iceoryx/iceoryx2/issues/1273)
4749
* Move character output abstraction into their own crate
@@ -51,8 +53,8 @@
5153
* Replace `lazy_static` dependency with `LazyLock` from `std` in `std` builds or
5254
a custom minimal spin-based implementation for `no_std` builds
5355
[#1321](https://github.com/eclipse-iceoryx/iceoryx2/issues/1321)
54-
* Remove support for Bazel Workspaces
55-
[#1263](https://github.com/eclipse-iceoryx/iceoryx2/issues/1263)
56+
* Remove `posix` feature and use `cfg` switch based on target instead
57+
[#1327](https://github.com/eclipse-iceoryx/iceoryx2/issues/1327)
5658

5759
### Workflow
5860

0 commit comments

Comments
 (0)