Skip to content

Commit be71230

Browse files
author
toasteater
authored
Merge pull request #287 from toasteater/chore/update-changelog
Update changelog with unreleased changes since 0.7.0
2 parents 5b9fd4b + c8395d3 commit be71230

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Field attribute `property` on derived `NativeClass` types, which can be used to quickly export simple properties.
13+
14+
- The behavior of derived `FromVariant` and `ToVariant` implementations can be customized with the `variant` field attribute.
15+
16+
- New example projects.
17+
18+
### Changed
19+
20+
- The `FromVariant` trait now reports detailed information on failure.
21+
22+
- The API for property registration is reworked to provide better ergonomics and static type checking for editor hints.
23+
24+
### Removed
25+
26+
### Fixed
27+
28+
- Fixed an `unused_parens` warning when using the `NativeClass` derive macro.
29+
30+
- Fixed handling of unknown enums with duplicate values, which prevented code generation for Godot version `3.2`.
31+
1032
## [0.7.0] - 2019-12-22
1133

1234
### Added

0 commit comments

Comments
 (0)