Skip to content

Commit e39a9c5

Browse files
Updated CHANGELOG.md
1 parent 4a42991 commit e39a9c5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 2.9.0
4+
- Fix a bug of access log about status-code.
5+
- Modified to set NULL into DB when the value is QString() in TSqlObject.
6+
- Added a function, TAbstractModel::setProperties(const QJsonObject &properties).
7+
- Updated mongoc driver to v1.26.2.
8+
- Updated glog to v0.7.0.
9+
310
## 2.8.0
411
- Support prepared statements for PostgreSQL and MySQL.
512
- Fix compilation error on Emscripten.

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.9.0";
33
constexpr auto TF_VERSION_NUMBER = 0x020900;
4-
constexpr auto TF_SRC_REVISION = 2858;
4+
constexpr auto TF_SRC_REVISION = 2886;
55

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

0 commit comments

Comments
 (0)