From 27038b4508833900e5a98db4f689d1010f518f96 Mon Sep 17 00:00:00 2001 From: Mofeng <363034937@qq.com> Date: Thu, 16 Feb 2023 23:53:33 +0800 Subject: [PATCH] Add missing part in the changelog - #209 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f80e3..c09f222 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [3.3.1] - 2023-02-16 +### Updated + +- Update `ConcreteStructure` syntax to use map instead of conditional chain ([#209](https://github.com/screepers/typed-screeps/pull/209)) + ### Fixed - Fix: brings removed `Game.getObjectById(id: string)` back to avoid breaking changes. ([#226](https://github.com/screepers/typed-screeps/pull/226))