Skip to content

Commit

Permalink
Release Notes for v00-10-03
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jan 8, 2024
1 parent 65547db commit f96d54f
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 @@
# v00-10-03

* 2024-01-08 Joe Osborn ([PR#248](https://github.com/key4hep/EDM4hep/pull/248))
- Added a Vector4f object for use as a general 4 dimensional vector with members `x`, `y`, `z` and `t`. Fixes https://github.com/key4hep/EDM4hep/issues/245

* 2023-12-12 Mateusz Jakub Fila ([PR#244](https://github.com/key4hep/EDM4hep/pull/244))
- Fixed typos and links in documentation and doxygen

* 2023-12-06 tmadlener ([PR#243](https://github.com/key4hep/EDM4hep/pull/243))
- Make sure that tests also work in Ubuntu 20.04 environments by running catch test discovery in correct environment.

* 2023-12-05 jmcarcell ([PR#235](https://github.com/key4hep/EDM4hep/pull/235))
- Use `FILE_SET` to install the headers in the top folder together with the library. This also adds them in the `BUILD_INTERFACE`, something that a simple `INSTALL` doesn't do.
- Bump the CMake version of the LCG stacks
- Simplify finding ROOT, don't do environment variable manipulation in CMake

# v00-10-02

* 2023-11-14 jmcarcell ([PR#240](https://github.com/key4hep/EDM4hep/pull/240))
Expand Down

0 comments on commit f96d54f

Please sign in to comment.