File: iceoryx-unreleased.md

package info (click to toggle)
iceoryx 2.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,260 kB
  • sloc: cpp: 94,127; ansic: 1,443; sh: 1,436; python: 1,377; xml: 80; makefile: 61
file content (27 lines) | stat: -rw-r--r-- 487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# iceoryx vx.x.x

## [vx.x.x](https://github.com/eclipse-iceoryx/iceoryx/tree/vx.x.x) (xxxx-xx-xx)

[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/vx.x.x...vx.x.x)

**Features:**

**Bugfixes:**

- Foo Bar [\#000](https://github.com/eclipse-iceoryx/iceoryx/issues/000)

**Refactoring:**

**New API features:**

**API Breaking Changes:**

1. Some API change.

    ```cpp
    // before
    #include "old/include.hpp"

    // after
    #include "new/include.hpp"
    ```