diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-01-08 18:41:50 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-01-08 18:41:50 +0100 |
| commit | 3f1f8715853cd855aa66062f50843b21071f288a (patch) | |
| tree | e8e4fa57ae7fdceb4b0704cde07590a42f1c69fb /CHANGES.txt | |
| parent | 4197c2616d24b74dd1f48fd18a2145a64a689b35 (diff) | |
Drop 1.0 compatibility; document 1.4 migration
The FLTK 1.0 compatibility support by defining macro 'FLTK_1_0_COMPAT'
did no longer work since FLTK 1.3.x and nobody complained. Hence we
can safely remove this "feature".
Documentation changes:
- Drop chapter 'Migrating Code from FLTK 1.0 to 1.1'
- Drop chapter 'Migrating Code from FLTK 1.1 to 1.3'
- Add chapter 'Migrating Code from FLTK 1.3 to 1.4'
The removed chapters are still available in FLTK 1.3 docs.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d703f95a6..3e739cfa9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -201,6 +201,8 @@ Changes in FLTK 1.4.0 Released: ??? ?? 2019 - Bundled IDE project files (Xcode and Visual Studio) have been removed. Please use CMake to generate your IDE project files. See README.CMake.txt for more information. + - Dropped FLTK 1.0 compatibility (macro FLTK_1_0_COMPAT). This "feature" + was no longer usable since FLTK 1.3, hence it can be dropped safely. Changes in FLTK 1.3 |
