From 86e0609c717ec1eb2b5e75bb4385ed8543dac342 Mon Sep 17 00:00:00 2001 From: Akos Pasztor Date: Wed, 22 Jul 2020 22:43:44 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fff1135..6e4fd02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog for STM32 Bootloader +## 1.1.3 +Released: 2020-07-22 | Download: [1.1.3](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.1.3) +### Fixed +- Issue in CheckForApplication function when the stack pointer is configured to +start from the very top of the RAM space + ## 1.1.2 Released: 2020-06-08 | Download: [1.1.2](https://github.com/akospasztor/stm32-bootloader/releases/tag/v1.1.2) ### Added