From abb22db425fedb5341c5a19b94e56a99d434acf3 Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Fri, 26 Nov 2021 15:16:27 +0100 Subject: [PATCH] Updated Changelog --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7fc343f..f1ea33422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,18 @@ All notable changes to this project will be documented in this file. ## Unreleased +### Fixed + + - Memory leak in C++ + ## [0.1.5] - 2021-11-24 +### Changed + + - The sixtyfps compiler no longer "inline" all the elements, resulting in faster compilation + time and smaller binaries. + - Implemented basic constant propagation in the sixtyfps compiler + ### Fixed - The Slider's changed callback was not being called with the fluent style (#621). @@ -305,4 +315,4 @@ All notable changes to this project will be documented in this file. [0.1.2]: https://github.com/sixtyfpsui/sixtyfps/releases/tag/v0.1.2 [0.1.3]: https://github.com/sixtyfpsui/sixtyfps/releases/tag/v0.1.3 [0.1.4]: https://github.com/sixtyfpsui/sixtyfps/releases/tag/v0.1.4 -[0.1.5]: https://github.com/sixtyfpsui/sixtyfps/releases/tag/v0.1.5 \ No newline at end of file +[0.1.5]: https://github.com/sixtyfpsui/sixtyfps/releases/tag/v0.1.5