File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.0.0-rc10] - 2020-3-28
7
+
8
+ ### API Change list
9
+
10
+ - Add the send(const void * , size_t) method to the TcpConnection class
11
+
12
+ - Add the send(const MsgBufferPtr &) method to TcpConnection class
13
+
14
+ - Add stop() method to the TcpServer class
15
+
16
+ ### Changed
17
+
18
+ - Compile wepoll directly into trantor (Windows)
19
+
20
+ - Add CI for Windows
21
+
22
+ - Make CMake install files relocatable
23
+
24
+ - Modify the Resolver class
25
+
6
26
## [ 1.0.0-rc9] - 2020-2-17
7
27
8
28
### API change list
@@ -98,7 +118,9 @@ All notable changes to this project will be documented in this file.
98
118
99
119
## [ 1.0.0-rc1] - 2019-06-11
100
120
101
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc9...HEAD
121
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc10...HEAD
122
+
123
+ [ 1.0.0-rc10 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc9...v1.0.0-rc10
102
124
103
125
[ 1.0.0-rc9 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc8...v1.0.0-rc9
104
126
You can’t perform that action at this time.
0 commit comments