Commit e2ea265f authored by Davis King's avatar Davis King

updated the docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402859
parent 01efae59
......@@ -27,6 +27,10 @@ Bug fixes:
colm() functions.
- Fixed dlib::abs() so that it returns the right type when used
with complex matrices.
- Fixed a race condition in the logger object. It was missing a needed call
to unregister_thread_end_handler(). What could happen in some scenarios is,
during program termination, a global part of the logger object could be destructed
when it still had outstanding thread end handlers registered to it.
Other:
- Added an example program that shows how to use the optimization
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment