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
### 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
[0.1.5]: https://github.com/sixtyfpsui/sixtyfps/releases/tag/v0.1.5