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 36e83d9 commit 383c265Copy full SHA for 383c265
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ChangeLog
2
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
+
7
## 2.11.1
8
- Fixed a compilation error bug in tftest.h.
9
- Updated test macros.
src/tglobal.h
@@ -1,7 +1,7 @@
#pragma once
constexpr auto TF_VERSION_STR = "2.11.2";
constexpr auto TF_VERSION_NUMBER = 0x020b02;
-constexpr auto TF_SRC_REVISION = 3065;
+constexpr auto TF_SRC_REVISION = 3071;
#include <QMetaType>
#include <QIODevice>
0 commit comments