mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 22:54:36 +00:00
Correct changelog entry about struct fields
This commit is contained in:
parent
2e958b87b1
commit
1131e92852
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ All notable changes to this project will be documented in this file.
|
||||||
- Rust: deprecated `SharedVector::as_slice_mut()`. Use `SharedVector::make_mut_slice()` instead.
|
- Rust: deprecated `SharedVector::as_slice_mut()`. Use `SharedVector::make_mut_slice()` instead.
|
||||||
- The default non-native widget style is now the new "fluent" style.
|
- The default non-native widget style is now the new "fluent" style.
|
||||||
- The internal normalization of identifiers is using `-` instead of `_`, this is an internal
|
- The internal normalization of identifiers is using `-` instead of `_`, this is an internal
|
||||||
change, but it can be seen in error messages. When listing properties and field names, the
|
change, but it can be seen in error messages. When listing properties the identifiers are
|
||||||
identifiers are preserved.
|
preserved. For fields in structures they are normalized.
|
||||||
- Show a compilation error when there are duplicated element ids.
|
- Show a compilation error when there are duplicated element ids.
|
||||||
- The `clip` property can now be any expression.
|
- The `clip` property can now be any expression.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue