summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-23 14:43:07 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-23 14:43:07 +0000
commitda7658fa7f09d0ea25b4fea537b0ca03f8700d74 (patch)
treed45852c0f8615daa0ddafa138fe7ff1f6d4666ac /CHANGES
parent2c22cfd94a6b46515f4dd23ecb5f5589c31e2b7d (diff)
Avoiding problems with some platforms that don't implement hypot() (STR #1366)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5349 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 74498f6d8..178f6e0e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.8
+ - Avoiding problems with some platforms that don't
+ implement hypot() (STR #1366)
- Fixed floating point value formatting
for Fl_Spinner (STR #1331)
- Fixed Fl_Positioner callback