You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,43 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
9
+
## [0.10.1] - unreleased
10
+
11
+
This is a backwards-compatible release; thus no removals or breaking changes.
12
+
13
+
### Added
14
+
15
+
- New export API, allowing to omit owner ([#872](https://github.com/godot-rust/godot-rust/pull/872), [#933](https://github.com/godot-rust/godot-rust/pull/933))
16
+
- Export and Variant conversion for `Vec`/`HashMap`/`HashSet` ([#883](https://github.com/godot-rust/godot-rust/pull/883))
17
+
- Attribute `deref_return` to return reference-like objects ([#870](https://github.com/godot-rust/godot-rust/pull/870))
18
+
- Classes `Rect2` and `Aabb` now have methods ([#867](https://github.com/godot-rust/godot-rust/pull/867))
19
+
- Module `globalscope` with GDScript utility functions, e.g. `lerp`, `smoothstep` ([#901](https://github.com/godot-rust/godot-rust/pull/901), [#906](https://github.com/godot-rust/godot-rust/pull/906))
20
+
-`Varargs` has new API for length checks, type conversions and errors ([#892](https://github.com/godot-rust/godot-rust/pull/892))
0 commit comments