summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-10-19 12:13:46 +0200
committerMatthias Melcher <github@matthiasm.com>2023-10-19 12:13:46 +0200
commitca7844cf94ad5ba892fe8b162a86b25c9ba6a172 (patch)
tree93286a71bae0ef9c947540bb95dec7428b1fdcde /CHANGES.txt
parentff7958e57a1b4e163fb05015dea7ba35e09055ee (diff)
FLUID now recognizes `override` and `FL_OVERRIDE` keywords (#801)
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a4b66eb10..3788c5947 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -247,6 +247,7 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2022
- Fixed Delete key in Fl_Input deleting entire widgets in Fluid (STR #2841).
- Reorganized Fluid Template feature (STR #3336).
- Updated Fluid documentation and image (STR #3328).
+ - FLUID recognizes `override` and `FL_OVERRIDE` keywords (Github #801)
- Duplicating Widget Class in Fluid no longer crashes (STR #3445).
- Fl_Check_Browser::add(item) now accepts NULL (STR #3498).
- Interface to set maximum width of spinner text field (STR #3386).