From e6a8dac48796df88fdd84a2141b572068cc5960e Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Fri, 23 Aug 2019 00:17:16 +0200
Subject: [PATCH] doc(changelog): update changelog for v1.5

---
 CHANGELOG.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc4d4181a..97880c566 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,12 +3,16 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
-## [Unreleased]
+## [v1.5] - 2019-08-23 00:30
 ### Added
 - **bootloader**: Add an error message when flashing fails.
+- **display**: Option to set backlight from Python
+- **utime**: Function to read time in ms from Python
 
 ### Changed
 - **gpio**: Rename constants for consistency.
+- **ble**: Storing pairings outside BLE stack context
+- **security**: Disable ELFs by default, prevent access to some more files
 
 ### Fixed
 - **gpio**: Fix field-setting in `gpio_cfg_t`.
-- 
GitLab