a minor changelog fix

This commit is contained in:
Mamadou Babaei
2024-02-03 04:53:55 +01:00
parent 82eb0ac58d
commit 317d385229
+7 -1
View File
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
# Fixed
- Minor changelog fix.
## [1.9.2] - 2023-11-03
# Added
@@ -13,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- A bug where released actor is going to be NULL whenever the OnActorReleased event fires.
- A bug where the released actor is going to be NULL whenever the OnActorReleased event fires.
## [1.9.1] - 2023-10-11