Skip to content

Commit fc521b3

Browse files
committed
2.1.0
1 parent 937f0eb commit fc521b3

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,26 @@ x.y.z
33

44
New features:
55

6+
Bug fixes:
7+
8+
Other:
9+
10+
2.1.0
11+
=====
12+
13+
New features:
14+
15+
* Add support for ISO timestamps with milliseconds
16+
617
* Add option to batch/cache log messages for certain times
718
- SimpleLogger::setBatchInterval()
819
- SimpleLogger::flush()
20+
921
* Add option to collapse repeated messages within a batch
1022
- SimpleLogger::setCollapseRepeatedMessages()
1123

1224
2.0.0
25+
=====
1326

1427
New features:
1528

src/simple_logger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ std::ostringstream & SimpleLogger::fatal()
546546

547547
std::string SimpleLogger::version()
548548
{
549-
return "2.0.0";
549+
return "2.1.0";
550550
}
551551

552552
SimpleLogger::~SimpleLogger() = default;

0 commit comments

Comments
 (0)