From 4b577a83d7b909185d53b39b91fa2f2b0d78ac89 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 3 Nov 2023 18:48:06 +0100 Subject: [PATCH] a minor changelog fix --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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