From 14f87f61e615ce1901875aec0c72cb0ed228a6fd Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Fri, 22 Feb 2019 15:52:57 -0500 Subject: [PATCH] Add 0.2.0 to changelog @hathach Tested, so making a new release. --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index eaa83e2..26b0829 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Adafruit nRF52 Bootloader Changelog +## 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. + ## 0.2.8 - Fixed OTA issue with nrfConnect on iOS