diff --git a/docs/Release_notes.md b/docs/Release_notes.md index 5f4026d..a585347 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -1,6 +1,21 @@ asn1_codec Release Notes ---------------------------- +Version 3.2.0, released October 2025 +---------------------------------------- +### **Summary** +This release fixes issues in the generated J2735 code to eliminate workarounds, cleans up the Dockerfiles by removing unused asn1c instructions and comments, optimizes the Docker build with a shared runtime-deps stage, and adds a unit test for SDSM data decoding. + +Enhancements in this release: +- [CDOT PR 47](https://github.com/CDOT-CV/asn1_codec/pull/47): Fixes to generated J2735 from asn1c updates +- [CDOT PR 48](https://github.com/CDOT-CV/asn1_codec/pull/48): Cleanup Dockerfiles by removing unused asn1c instructions and comments +- [CDOT PR 49](https://github.com/CDOT-CV/asn1_codec/pull/49): Optimize Docker build by introducing shared runtime-deps stage +- [CDOT PR 44](https://github.com/CDOT-CV/asn1_codec/pull/44): Add Unit Test for SDSM Data Decoding +- [USDOT PR 70](https://github.com/usdot-jpo-ode/asn1_codec/pull/70): Add Workflow for External Issues Notification +- [USDOT PR 71](https://github.com/usdot-jpo-ode/asn1_codec/pull/71): Migrate to Reusable Docker Workflows +- [USDOT PR 72](https://github.com/usdot-jpo-ode/asn1_codec/pull/72): Fix the Docker organization repository + + Version 3.1.0, released May 2025 ---------------------------------------- ### **Summary**