File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.0.0-rc8] - 2019-11-30
7
+
8
+ ### API change list
9
+
10
+ - Add the isSSLConnection() method to the TcpConnection class
11
+
12
+ ### Changed
13
+
14
+ - Use the std::chrono::steady_clock for timers
15
+
16
+
6
17
## [ 1.0.0-rc7] - 2019-11-21
7
18
8
19
### Changed
@@ -73,9 +84,11 @@ All notable changes to this project will be documented in this file.
73
84
74
85
## [ 1.0.0-rc1] - 2019-06-11
75
86
76
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc7...HEAD
87
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc8...HEAD
88
+
89
+ [ 1.0.0-rc8 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc7...v1.0.0-rc8
77
90
78
- [ 1.0.0-rc6 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc6...v1.0.0-rc7
91
+ [ 1.0.0-rc7 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc6...v1.0.0-rc7
79
92
80
93
[ 1.0.0-rc6 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc5...v1.0.0-rc6
81
94
You can’t perform that action at this time.
0 commit comments