File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.3.0] - 2021-03-05
7
+
8
+ ### API changes list
9
+
10
+ - Add secondsSinceEpoch to trantor::Date.
11
+
12
+ - Rename the 'bzero' method of the FixedBuffer class to 'zeroBuffer'.
13
+
14
+ - Add SNI support to TcpClient.
15
+
16
+ - Add SSL certificate validation.
17
+
18
+ ### Changed
19
+
20
+ - Change README.md.
21
+
6
22
## [ 1.2.0] - 2021-01-16
7
23
8
24
### API changes list
@@ -232,7 +248,9 @@ All notable changes to this project will be documented in this file.
232
248
233
249
## [ 1.0.0-rc1] - 2019-06-11
234
250
235
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.2.0...HEAD
251
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.3.0...HEAD
252
+
253
+ [ 1.3.0 ] : https://github.com/an-tao/trantor/compare/v1.2.0...v1.3.0
236
254
237
255
[ 1.2.0 ] : https://github.com/an-tao/trantor/compare/v1.1.1...v1.2.0
238
256
You can’t perform that action at this time.
0 commit comments