From 96a6fa43d22db28932a5a066fa2610a70deeefa1 Mon Sep 17 00:00:00 2001 From: Tim Nugent Date: Wed, 19 Feb 2025 14:19:34 +1100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e1c9451c..67ef34e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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, `<>`). - 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