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
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue