From 3114f92afb5eeb24e768b6b9456e44865a8108d4 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 13 Jan 2020 16:43:09 +0700 Subject: [PATCH] update changelog --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index 0280f30..f539105 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,15 @@ # Adafruit nRF52 Bootloader Changelog +## 0.3.0 - 2020.01.13 + +- Upgrade nrfx to v2 for supporting future nrf mcu such as nrf52833, nrf5340 +- Upgrade TinyUSB +- New boards support + - Arduino ble nano 33 + - Adafruit CLUE + - Raytac MDBT50Q-RX dongle +- Migrate CI to github Action + ## 0.2.13 - 2019.09.25 - Fixed button pulldown with Adafruit Circuit Playground Bluefruit, PR #77 thanks to @khanning