Skip to content

Commit 383c265

Browse files
update CHANGELOG.md
1 parent 36e83d9 commit 383c265

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## 2.11.2
4+
- Updated the internally used MongoDB C Driver to version 2.1.0.
5+
- Added support for std::format style formatting in logging functions.
6+
37
## 2.11.1
48
- Fixed a compilation error bug in tftest.h.
59
- Updated test macros.

src/tglobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pragma once
22
constexpr auto TF_VERSION_STR = "2.11.2";
33
constexpr auto TF_VERSION_NUMBER = 0x020b02;
4-
constexpr auto TF_SRC_REVISION = 3065;
4+
constexpr auto TF_SRC_REVISION = 3071;
55

66
#include <QMetaType>
77
#include <QIODevice>

0 commit comments

Comments
 (0)