Skip to content

Commit

Permalink
Update changelog for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mackysoft committed Nov 4, 2023
1 parent 4ca58c1 commit 71085c6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Documentation/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71085c6

Please sign in to comment.