From 71085c6c959c0537719546a058efec21fad1ebbc Mon Sep 17 00:00:00 2001 From: Makihiro <13536348+mackysoft@users.noreply.github.com> Date: Sat, 4 Nov 2023 20:08:32 +0900 Subject: [PATCH] Update changelog for 1.0.3 --- Documentation/changelog/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Documentation/changelog/CHANGELOG.md b/Documentation/changelog/CHANGELOG.md index 39a6af5..0b48822 100644 --- a/Documentation/changelog/CHANGELOG.md +++ b/Documentation/changelog/CHANGELOG.md @@ -5,6 +5,23 @@ 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). +## [1.0.3] - 2023-11-04 + +### Added + +- Added `HistoryAssert`, an API for testing to ensure the correctness of the history. +- Added `ISceneEntryPointLifecycleAsserter`, an API for testing to ensure that the `ISceneEntryPoint` lifecycle history is correct. + +### Changed + +- `BlankSceneIdentifier` is now a test-only API. +- Rename from `BlankSceneIdentifier` to `AnonymousSceneIdentifier`. + +### Fixed + +- Fixed that scenes were not being cleaned up during test setup and that some tests were not functioning correctly. +- Fixed many compiler warnings. + ## [1.0.2] - 2023-11-01 ### Added