diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index f4c7e14ebdf..ce2a2617890 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -10,6 +10,10 @@ Changes since version 1.0.1 IceUtil::ThreadId. This is the type returned by both Thread::id() and ThreadControl::id(). +- Joining with a thread more than once, joining with a detached thread, + or detaching a detached thread now have undefined behavior. (Previously, + doing any of these things raised an exception.) + - Added timestamps to the default Ice logger. You can enable timestamps by setting the `Ice.Logger.Timestamp' property to a value larger than zero. By default timestamps are disabled. |