From ffdf9dfbee0e3b40250f8ab5b7e3e4689e848f8d Mon Sep 17 00:00:00 2001 From: Saikrishna Bairamoni <84093461+SaikrishnaBairamoni@users.noreply.github.com> Date: Tue, 2 Jan 2024 11:08:45 -0500 Subject: [PATCH] Update Release_notes.md for hotfix 1.5.1 --- docs/Release_notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index 32c4b2f36..1bf9a6e96 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -1,6 +1,17 @@ JPO-ODE Release Notes ---------------------------- +Version 1.5.1, released November 2023 +---------------------------------------- + +### **Summary** +The updates for the jpo-ode 1.5.1 release includes a hotfix for nodes getting duplicated during JSON serialization/deserialization. +- Moved JsonProperty declaration to getters to avoid duplicate fetch in serialization/deserialization scenarios + +Known Issues: +- No known issues at this time. + + Version 1.5.0, released November 2023 ----------------------------------------