Skip to content

Commit a0a4c0c

Browse files
committed
Changelog
1 parent 6f4279d commit a0a4c0c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.10.2] - unreleased
10+
11+
Last maintenance release for Godot 3.4.
12+
13+
# Added
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))
16+
- `Color` constructors from HTML string and integers ([#939](https://github.com/godot-rust/godot-rust/pull/939))
17+
- Version check to warn if Godot is not 3.4 ([#942](https://github.com/godot-rust/godot-rust/pull/942))
18+
919
## [0.10.1] - 2022-09-03
1020

1121
This is a backwards-compatible release; thus no removals or breaking changes.

0 commit comments

Comments
 (0)