summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/CHANGES7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES
index 4ccff6d3979..159f5c82c1d 100644
--- a/cpp/CHANGES
+++ b/cpp/CHANGES
@@ -1,8 +1,11 @@
Changes since version 2.1.0
---------------------------
-- Fixed a bug in Freeze Maps: you can now add an index to an
- existing Freeze Map.
+- Fixed a thread pool bug on Win32 in which the file descriptors for
+ the pipe were not closed.
+
+- Fixed a bug in Freeze Maps: you can now add an index to an existing
+ Freeze Map.
- Added sequences of fixed-length elements to throughput demo.