From 839afe5e9bcd8cefb218cef4984b81bec34384b9 Mon Sep 17 00:00:00 2001 From: beserge Date: Tue, 20 Feb 2024 12:50:57 -0500 Subject: [PATCH] Update changelog for v6.0.0 --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35683eb41..33fbd5a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,19 @@ # libDaisy Changelog -## Unreleased +## v6.0.0 ### Features +* bootloader: Add local BootloaderBlink example for testing the bootloader and its various configs +* bootloader: Add four bin variants: internal / external DFU, and 10ms / 2000ms timeouts +* core: Add USE_DAISYSP_LGPL flag to core/Makefile for DaisySP_LGPL support. * bootloader: added `System::BootloaderMode::DAISY`, `System::BootloaderMode::DAISY_SKIP_TIMEOUT`, and `System::BootloaderMode::DAISY_INFINITE_TIMEOUT` options to `System::ResetToBootloader` method for better firmware updating flexibility. ### Bug fixes +* Fix link to electro-smith website in README * bootloader: pins `D0`, `D29` and `D30` are no longer stuck when using the Daisy bootloader - -### Migrating +* Color: Fixed bug with init not setting the green value correctly #### Bootloader