Updated Changelog

This commit is contained in:
Olivier Goffart 2021-11-26 15:16:27 +01:00
parent c15a59892a
commit abb22db425

View file

@ -3,8 +3,18 @@ All notable changes to this project will be documented in this file.
## Unreleased ## Unreleased
### Fixed
- Memory leak in C++
## [0.1.5] - 2021-11-24 ## [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 ### Fixed
- The Slider's changed callback was not being called with the fluent style (#621). - The Slider's changed callback was not being called with the fluent style (#621).