summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-01-18 22:48:19 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-01-18 22:48:19 +0000
commit8e7e4167835186b2aab81c4e87153c574ff83466 (patch)
treeac7477a7e08300317717a84b94ac2527ec26c94e /CHANGES
parentbb6f36cffe66509ebcc6da6d1a8d98cf48a0b749 (diff)
Added chapter 10 with documentation about multithreading
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5621 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 2440e4bd7..44819a927 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.1.8
+ - Added chapter 10 about multithreading (STR #1532,
+ 1533)
- OS X system menu bar itop level attribute support
improved (STR #1505)
- Fixed Quartz image drawing bug (STR #1438)