Skip to content
This repository was archived by the owner on Aug 10, 2021. It is now read-only.
Prev Previous commit
Next Next commit
Add initial changelog
  • Loading branch information
Edvinas01 committed Oct 6, 2020
commit 65163ac98f71ce4ed7d2bb736ed68cc30e057895
10 changes: 10 additions & 0 deletions Assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

## [0.5.0] - ????-??-??

### Added
- Tests for game events and their listeners.
- Exposed `GameEvent` and `OnGameEvent` on listeners via properties.

### Changed
- **Renamed** event and listener trigger functions (`OnGameEvent` -> `RaiseGameEvent`).
- `Vector2` event will now be named properly.

## [0.4.0] - 2020-10-07

### Added
Expand Down