Skip to content

Commit

Permalink
link to PR in changelog for WaitUntil fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dogboydog authored and desplesda committed Feb 4, 2025
1 parent f2332c8 commit 9d51384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Fixed an issue where functions would not be registered with the VM until after the first call to `CommandDispatcher`.
- `YarnProjectImporter.GenerateStringsTable` is now public.
- 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 an issue where the System.Threading.Tasks implementation of YarnTask.WaitUntil did not return early when the CancellationToken was cancelled ([@dogboydog])
- Fixed an issue where the System.Threading.Tasks implementation of YarnTask.WaitUntil did not return early when the CancellationToken was cancelled ([@dogboydog](https://github.com/YarnSpinnerTool/YarnSpinner-Unity/pull/304))

### Removed

Expand Down

0 comments on commit 9d51384

Please sign in to comment.