update changelog

This commit is contained in:
hathach 2019-03-27 13:14:54 +07:00
parent 60debfc217
commit f5b654eb5e
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Adafruit nRF52 Bootloader Changelog
## 0.2.10
- Fixed various FAT issues, thanks to @henrygab
- Added MakerDiary MDK nrf52840 USB dongle support, thanks to @gpshead
- Fixed incorrect button mapping for Feather nRF52840
## 0.2.9
- Fixed incomplete writes on Windows. Upated tinyusb to handle write10 completion, and use it for finalizing dfu process. Will prevent windows error message pop up. This will also give an extra time for flash writing to complete.