From 43aa805fd349371f43c2c2add5b48c44686793bd Mon Sep 17 00:00:00 2001 From: Samuel Sadok Date: Mon, 26 Mar 2018 23:07:34 -0700 Subject: [PATCH] amend release notes --- Firmware/CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Firmware/CHANGELOG.md b/Firmware/CHANGELOG.md index 813cc4b8..1dacb0c1 100644 --- a/Firmware/CHANGELOG.md +++ b/Firmware/CHANGELOG.md @@ -1,6 +1,14 @@ # Unreleased Features Please add a note of your changes below this heading if you make a Pull Request. +### Added +### Changed +### Fixed + +# Releases + +## [0.3.6] - 2018-03-26 + ### Added * **Storing of configuration parameters to Non Volatile Memory** * **USB Bootloader** @@ -17,8 +25,6 @@ Please add a note of your changes below this heading if you make a Pull Request. ### Fixed * malloc now fails if we run out of memory (before it would always succeed even if we are out of ram...) -# Releases - ## [0.3.5] - 2018-03-04 ### Added