Skip to content

Commit

Permalink
Release Notes for v01-00-01
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 25, 2024
1 parent 1b6c811 commit d82feb2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v01-00-01

* 2024-06-24 tmadlener ([PR#634](https://github.com/AIDASoft/podio/pull/634))
- Bump CI runners to run on `ubuntu-latest`

* 2024-06-24 jmcarcell ([PR#633](https://github.com/AIDASoft/podio/pull/633))
- Minor cleanups for generated EDMs
- Pass the argument by const reference in the relation setter
- Remove a few includes that are not needed
- Don't check for `nullptr` before deleting a (possibly `nullptr`) pointer
- Remove `if - else` check and use implicit conversion of pointer to bool

* 2024-06-23 jmcarcell ([PR#632](https://github.com/AIDASoft/podio/pull/632))
- Fix one to one relations for cloned objects by copying the one to one relations too.
- Add a test that checks values for cloned objects from a non mutable object.

# v01-00

* 2024-06-20 tmadlener ([PR#629](https://github.com/AIDASoft/podio/pull/629))
Expand Down

0 comments on commit d82feb2

Please sign in to comment.