Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
McJones committed Feb 19, 2025
1 parent 05d2ab3 commit 96a6fa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Commands are now better at checking to see if the first word is a keyword (e.g. `return`) or a word that just _begins_ with a keyword (`returnToMenu`).
- Fixed an error where the compiler would crash if an error expression resulted in the implicit declaration of a variable (for example, `<<set $x = >>`).
- Fixed an error where whitespace consumption of markup could extend beyond it's immediate younger text sibling.
- Renamed `BestLeastRecentlyViewSalienceStrategy` to be `BestLeastRecentlyViewSaliencyStrategy`.
- Renamed `RandomBestLeastRecentlyViewSalienceStrategy` to be `RandomBestLeastRecentlyViewSaliencyStrategy`.

### Removed

Expand Down

0 comments on commit 96a6fa4

Please sign in to comment.