Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1391 Add release note entry for unique_ptr change
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
  • Loading branch information
mossmaurice committed Oct 6, 2022
1 parent 1c4ef66 commit 4ff5a5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/website/release-notes/iceoryx-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,3 +773,8 @@
```

Have a look at the logger design document for more details on how to setup the testing logger.

40. Changed the include path and namespace of several classes:

* `cxx::unique_ptr` to `memory::unique_ptr`
* `iceoryx_hoofs/cxx/unique_ptr.hpp` to `iceoryx_hoofs/memory/unique_ptr.hpp`

0 comments on commit 4ff5a5f

Please sign in to comment.