Skip to content

Commit 2952133

Browse files
committed
Bump version to 1.4.0
1 parent 486e184 commit 2952133

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

ChangeLog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [1.4.0] - 2021-04-09
7+
8+
### API changes list
9+
10+
- Add isUnspecified() to indicate if IP parsing failed.
11+
12+
- Add exports macro to allow Shared Library with hidden symbols by default.
13+
14+
### Changed
15+
16+
- Modify the AsyncFileLogger destructor.
17+
18+
### Fixed
19+
20+
- Recycle TimerID in the TimerQueue.
21+
622
## [1.3.0] - 2021-03-05
723

824
### API changes list
@@ -248,7 +264,9 @@ All notable changes to this project will be documented in this file.
248264

249265
## [1.0.0-rc1] - 2019-06-11
250266

251-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.3.0...HEAD
267+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.4.0...HEAD
268+
269+
[1.4.0]: https://github.com/an-tao/trantor/compare/v1.3.0...v1.4.0
252270

253271
[1.3.0]: https://github.com/an-tao/trantor/compare/v1.2.0...v1.3.0
254272

0 commit comments

Comments
 (0)