We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937f0eb commit fc521b3Copy full SHA for fc521b3
2 files changed
CHANGELOG
@@ -3,13 +3,26 @@ x.y.z
3
4
New features:
5
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
17
* Add option to batch/cache log messages for certain times
18
- SimpleLogger::setBatchInterval()
19
- SimpleLogger::flush()
20
21
* Add option to collapse repeated messages within a batch
22
- SimpleLogger::setCollapseRepeatedMessages()
23
24
2.0.0
25
26
27
28
src/simple_logger.cpp
@@ -546,7 +546,7 @@ std::ostringstream & SimpleLogger::fatal()
546
547
std::string SimpleLogger::version()
548
{
549
- return "2.0.0";
+ return "2.1.0";
550
}
551
552
SimpleLogger::~SimpleLogger() = default;
0 commit comments