Skip to content

Commit 47d9f7d

Browse files
updated CHANGELOG.md
1 parent 1bf88db commit 47d9f7d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
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.28.0
3+
- Implemented to add a same-site value to cookie.
4+
- Modified to add a max-age value to cookie.
5+
- Fix a bug of listing available controllers.
6+
- Fix a bug of showing a port number when specified.
7+
- Fix a bug of content type in renderText() function.
8+
29
## 1.27.0
310
- Implemented OAuth2 client. [Experimental]
411
- Supports for MongoDB version 3.2 and later.

src/tglobal.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#ifndef TGLOBAL_H
22
#define TGLOBAL_H
33

4-
constexpr auto TF_VERSION_STR = "1.27.0";
5-
constexpr auto TF_VERSION_NUMBER = 0x012700;
6-
constexpr auto TF_SRC_REVISION = 2123;
4+
constexpr auto TF_VERSION_STR = "1.28.0";
5+
constexpr auto TF_VERSION_NUMBER = 0x012800;
6+
constexpr auto TF_SRC_REVISION = 2164;
77

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

0 commit comments

Comments
 (0)