Skip to content

Commit 3692af0

Browse files
committed
Bump version to 1.0.0-rc14
1 parent 55232ba commit 3692af0

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

ChangeLog.md

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

44
## [Unreleased]
55

6+
## [1.0.0-rc14] - 2020-6-14
7+
8+
### API change list
9+
10+
- Add the moveToCurrentThread() method to EventLoop.
11+
12+
### Changed
13+
14+
- Optimized LockFreeQueue by Reducing Object Construction.
15+
16+
### Fixed
17+
18+
- Fix a bug when sending a file.
19+
620
## [1.0.0-rc13] - 2020-5-23
721

822
### API change list
@@ -150,7 +164,9 @@ All notable changes to this project will be documented in this file.
150164

151165
## [1.0.0-rc1] - 2019-06-11
152166

153-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.0.0-rc13...HEAD
167+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.0.0-rc14...HEAD
168+
169+
[1.0.0-rc14]: https://github.com/an-tao/trantor/compare/v1.0.0-rc13...v1.0.0-rc14
154170

155171
[1.0.0-rc13]: https://github.com/an-tao/trantor/compare/v1.0.0-rc12...v1.0.0-rc13
156172

0 commit comments

Comments
 (0)