Skip to content

Commit

Permalink
Update changelog for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Dec 16, 2024
1 parent d92af2c commit 417cd4f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

### Changed

### Removed

## [2.5.0] 2024-12-16

### Added
- `DialogueRunner.AddCommandHandler` and `DialogueRunner.AddFunction` now validate that the provided names contain no spaces.
- `DialogueRunner.AddCommandHandler` now supports methods whose last parameter is an array of strings.
Expand Down Expand Up @@ -39,8 +47,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Yarn Projects now allow choosing more specific cultures (for example 'pt-BR' and 'en-AU' rather than simply 'pt' and 'en') as their base language.
- Fixed a issue where `AudioLineProvider` would throw an exception if an asset was already loaded and was requested a second time.

### Removed

## [2.4.2] 2024-02-24

### Added
Expand Down

0 comments on commit 417cd4f

Please sign in to comment.