Skip to content

Commit

Permalink
updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Mar 25, 2023
1 parent c0ffc3a commit c828135
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## 2.7.1
- Fix a bug of opening shared memory KVS.
- Modified to reply NotFound when it can not invoke the action.

## 2.7.0
- Fix possibility of thread conflicting when receiving packets.
- Changed hash algorithm to HMAC of SHA3.
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.7.1";
constexpr auto TF_VERSION_NUMBER = 0x020701;
constexpr auto TF_SRC_REVISION = 2803;
constexpr auto TF_SRC_REVISION = 2806;

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

0 comments on commit c828135

Please sign in to comment.