Skip to content

Commit 3bf1144

Browse files
committed
2.0.0
1 parent b603e73 commit 3bf1144

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
117
1.4.0
218
=====
319

src/simple_logger.cpp

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

417417
std::string SimpleLogger::version()
418418
{
419-
return "1.4.0";
419+
return "2.0.0";
420420
}
421421

422422
SimpleLogger::~SimpleLogger() = default;

0 commit comments

Comments
 (0)