Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Jun 14, 2024
1 parent 4a42991 commit e39a9c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

## 2.9.0
- Fix a bug of access log about status-code.
- Modified to set NULL into DB when the value is QString() in TSqlObject.
- Added a function, TAbstractModel::setProperties(const QJsonObject &properties).
- Updated mongoc driver to v1.26.2.
- Updated glog to v0.7.0.

## 2.8.0
- Support prepared statements for PostgreSQL and MySQL.
- Fix compilation error on Emscripten.
Expand Down
2 changes: 1 addition & 1 deletion src/tglobal.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
constexpr auto TF_VERSION_STR = "2.9.0";
constexpr auto TF_VERSION_NUMBER = 0x020900;
constexpr auto TF_SRC_REVISION = 2858;
constexpr auto TF_SRC_REVISION = 2886;

#include <QMetaType>
#include <QIODevice>
Expand Down

0 comments on commit e39a9c5

Please sign in to comment.