From db87ea32aa092c48ea103963138b6346dd3e9008 Mon Sep 17 00:00:00 2001 From: Kalyan Sriram Date: Tue, 12 Apr 2022 17:24:02 -0700 Subject: [PATCH] readme: update v3.0 release notes (#195) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c90eca2..280ab91 100644 --- a/README.md +++ b/README.md @@ -232,8 +232,13 @@ If you find the examples to be unclear or incorrect, please, open a ticket. ### v3.0 -- Update branding as [UAVCAN v1 is renamed into Cyphal](https://forum.opencyphal.org/t/uavcan-v1-is-now-cyphal/1622). - There are no changes in this release aside from renaming. +- Update branding as [UAVCAN v1 is renamed to Cyphal](https://forum.opencyphal.org/t/uavcan-v1-is-now-cyphal/1622). +- Improve MISRA compliance by removing use of flex array: ([#192](https://github.com/OpenCyphal/libcanard/pull/192)). +- Fix dependency issues in docker toolchain. + + There are no API changes in this release aside from the rebranding/renaming: + `CANARD_UAVCAN_SPECIFICATION_VERSION_MAJOR` -> `CANARD_CYPHAL_SPECIFICATION_VERSION_MAJOR` + `CANARD_UAVCAN_SPECIFICATION_VERSION_MINOR` -> `CANARD_CYPHAL_SPECIFICATION_VERSION_MINOR` ### v2.0