Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
erenon committed Apr 26, 2020
1 parent 698ca04 commit 59ab16d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Changelog

## Upcoming Release
## 2020-04-26

Bugfix release with minor new features.

### Added

- Support logging of std::optional
- `binlog/char_ptr_is_string.hpp`: treat `char*` as string if included
- Example of using TSC as log clock

### Fixed

- Fix overflow in ticksToNanoseconds
- Use -Wshadow on supporting compilers, fix warnings
- Do not call memcpy with null, even if size is 0
- Fix interaction with non-conforming libc++ bool vector

## 2020-02-29

Expand Down

0 comments on commit 59ab16d

Please sign in to comment.