We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b603e73 commit 3bf1144Copy full SHA for 3bf1144
CHANGELOG
@@ -1,3 +1,19 @@
1
+2.0.0
2
+=====
3
+
4
+New features:
5
6
+* Fix GitHub Issue #5: Add support for tags
7
+* Add support for customized timestamp format
8
+* Add ISODateTime option to TimestampMode
9
10
+Other:
11
12
+* Add SimpleLogger::setTimestampSeparator()
13
+* Rename init() to initialize()
14
+* Rename Logger to SimpleLogger
15
+* Require C++17
16
17
1.4.0
18
=====
19
src/simple_logger.cpp
@@ -416,7 +416,7 @@ std::ostringstream & SimpleLogger::fatal()
416
417
std::string SimpleLogger::version()
418
{
419
- return "1.4.0";
+ return "2.0.0";
420
}
421
422
SimpleLogger::~SimpleLogger() = default;
0 commit comments