amend release notes

This commit is contained in:
Samuel Sadok
2018-03-26 23:07:34 -07:00
parent e40632a008
commit 43aa805fd3
+8 -2
View File
@@ -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