Skip to content

Commit e78ca8d

Browse files
update TF_SRC_REVISION
1 parent 6451479 commit e78ca8d

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,4 +1,11 @@
11
# ChangeLog
2+
## 1.20.0
3+
- Implemented rawBody() function in THttpRequest class.
4+
- Added some functions for getting query string.
5+
- Added sql statements to PostOpenStatements in database.ini.
6+
- Fix compilation error on Ubuntu 17.10 and macOS.
7+
- Fix compilation error on Qt 5.10.
8+
29
## 1.19.0
310
- Added TSqlDriverExtension class for upsert statement.
411
- Added QString arguments to sort columns function.

src/tglobal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define TF_VERSION_STR "1.20.0"
55
#define TF_VERSION_NUMBER 0x012000
6-
#define TF_SRC_REVISION 1592
6+
#define TF_SRC_REVISION 1612
77

88
#include <QtGlobal>
99
#include <QMetaType>

0 commit comments

Comments
 (0)