File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,23 @@ 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
8
9
- ## [ 0.10.2] - unreleased
9
+ ## [ 0.10.2] - 2022-10-01
10
10
11
11
Last maintenance release for Godot 3.4.
12
12
13
- # Added
13
+ ### Added
14
14
15
- - ` globalscope::load ` method ([ #940 ] ( https://github.com/godot-rust/godot-rust/pull/940 ) , [ #941 ] ( https://github.com/godot-rust/godot-rust/pull/941 ) )
15
+ - ` globalscope::load() ` function ([ #940 ] ( https://github.com/godot-rust/godot-rust/pull/940 ) , [ #941 ] ( https://github.com/godot-rust/godot-rust/pull/941 ) )
16
16
- ` Color ` constructors from HTML string and integers ([ #939 ] ( https://github.com/godot-rust/godot-rust/pull/939 ) )
17
17
- Version check to warn if Godot is not 3.4 ([ #942 ] ( https://github.com/godot-rust/godot-rust/pull/942 ) )
18
+ - Support for iOS simulator on Mac M1 ([ #944 ] ( https://github.com/godot-rust/godot-rust/pull/944 ) )
19
+
20
+ ### Fixed
21
+
22
+ - During tests, ` get_api() ` no longer aborts ([ #929 ] ( https://github.com/godot-rust/godot-rust/pull/929 ) )
23
+ - Bug in ` Rect2::intersects() ` ([ #948 ] ( https://github.com/godot-rust/godot-rust/pull/948 ) )
24
+ - Bug in ` Vector2::rotated() ` ([ #952 ] ( https://github.com/godot-rust/godot-rust/pull/952 ) )
25
+
18
26
19
27
## [ 0.10.1] - 2022-09-03
20
28
You can’t perform that action at this time.
0 commit comments