File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
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
+
6
20
## [ 1.0.0-rc13] - 2020-5-23
7
21
8
22
### API change list
@@ -150,7 +164,9 @@ All notable changes to this project will be documented in this file.
150
164
151
165
## [ 1.0.0-rc1] - 2019-06-11
152
166
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
154
170
155
171
[ 1.0.0-rc13 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc12...v1.0.0-rc13
156
172
You can’t perform that action at this time.
0 commit comments