summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d42c83f9c..7425dd90a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -46,6 +46,8 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2017
- (add new items here)
- Separated Fl_Spinner.H and Fl_Spinner.cxx (STR #2776).
+ - New method Fl_Spinner::wrap(int) allows to set wrap mode at bounds if
+ value is changed by pressing or holding one of the buttons (STR #3365).
- Renamed test/help.cxx demo program to test/help_dialog.cxx to avoid
name conflict with CMake auto-generated target 'help'.
- Many documentation fixes, clarifications, and enhancements.