From be847f7a1f47e8dc5092ded77b69508d80660cb1 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Mon, 18 Dec 2023 10:10:30 +0100 Subject: [PATCH] Fix contribution attribution in 0.17.4 release notes --- doc/ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md index d7b559df0..b1351bf6a 100644 --- a/doc/ReleaseNotes.md +++ b/doc/ReleaseNotes.md @@ -32,7 +32,7 @@ - Introduce a static `makeEmpty` method for the generated classes in order to create an empty handle, which is also used internally to handle unpersisted relations. - Enable more existing test cases in sanitizer workflows now that it has become possible to do so. -* 2023-12-04 soumilbaldota ([PR#473](https://github.com/AIDASoft/podio/pull/473)) +* 2023-12-04 Ananya Gupta ([PR#473](https://github.com/AIDASoft/podio/pull/473)) - Added Julia code generation support in the existing Python interface. - Implemented a new design structure for generated Julia code. - Added default parameters in constructor definitions with support for Abstract types (for builtins).