summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-08-23 11:00:22 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-08-23 11:00:22 +0000
commit17428cce3e9a10cf627eba282cb7b904a20eccf2 (patch)
tree242908eb91195259041727e4e2f4aaf3db887ac8 /CHANGES
parentae68d64252e068dd1a49be487b40fc19246bfe7e (diff)
- Fluid Code Declarations can now handle C++ style comments (STR #1383)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5343 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 9b8db58ee..7057fc1cc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.8
+ - Fluid Code Declarations can now handle
+ C++ style comments (STR #1383)
- Fixed uninitialized data in OS X and WIN32
timout functions (STR #1374).
- Fixed speed issues when measuring text on OS X