We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002d5d6 commit 43ff10dCopy full SHA for 43ff10d
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.11.2] - 2023-01-09
9
+
10
+This is a hot-fix release for a high priority issue.
11
12
+### Fixed
13
14
+- API methods that may return null object pointers should no longer panic. ([#1002](https://github.com/godot-rust/gdnative/pull/1002))
15
16
## [0.11.1] - 2023-01-06
17
18
This is a backwards-compatible release; thus no removals or breaking changes.
0 commit comments