diff --git a/CHANGELOG.md b/CHANGELOG.md index cbdc3ca7..b7ec2878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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