From c653c9efc8384e216bef8474ddecc7b9156445b8 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Sat, 29 Oct 2022 18:15:13 -0700 Subject: [PATCH] Release 0.2.11 ### Fixed - PR by LinuxGuruGamer: - Fixed nullref caused when an entry in `_targets` was null - Fixed memory leak caused by the OnDestroy() methods not being called due to them being virtual --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1e3fd..c0f0a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file | website | https://forum.kerbalspaceprogram.com/index.php?/topic/194802-18-111-conformal-decals | | author | Andrew Cassidy | -## 0.2.11 - Unreleased +## 0.2.11 - 2022-10-30 ### Fixed