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-rc9] - 2020-2-17
7
+
8
+ ### API change list
9
+
10
+ - Add support for a delayed SSL handshake
11
+
12
+ - Change a method name of EventLoopThreadPool(getLoopNum() -> size())
13
+
14
+ ### Changed
15
+
16
+ - Port Trantor to Windows
17
+
18
+ - Use SSL_CTX_use_certificate_chain_file instead of SSL_CTX_use_certificate_file()
19
+
6
20
## [ 1.0.0-rc8] - 2019-11-30
7
21
8
22
### API change list
@@ -84,7 +98,9 @@ All notable changes to this project will be documented in this file.
84
98
85
99
## [ 1.0.0-rc1] - 2019-06-11
86
100
87
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc8...HEAD
101
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc9...HEAD
102
+
103
+ [ 1.0.0-rc9 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc8...v1.0.0-rc9
88
104
89
105
[ 1.0.0-rc8 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc7...v1.0.0-rc8
90
106
You can’t perform that action at this time.
0 commit comments