Blackhole v0.4.1 Release Notes

Release Date: 2015-02-14 // about 9 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ–จ Optional printf-like syntax checking option. Blackhole's printf-like syntax checking now can be disabled by configuring BLACKHOLE_CHECK_FORMAT_SYNTAX macro variable.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed corrupted move constructor for logger class.

    Add missing copy of an exception handler when moving logger objects, which resulted in bad function call.

    • Prevent throwing from pusher destructor ([#40]).