mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Updated Changelog
This commit is contained in:
parent
c15a59892a
commit
abb22db425
1 changed files with 11 additions and 1 deletions
12
CHANGELOG.md
12
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
|
||||
[0.1.5]: https://github.com/sixtyfpsui/sixtyfps/releases/tag/v0.1.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue