File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,16 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.0.0-rc5] - 2019-08-24
7
+
6
8
### API change list
7
9
8
10
- Remove the resolve method from the InetAddress class.
9
11
10
12
### Added
11
13
12
- - Add the Resolver class.
14
+ - Add the Resolver class that provides high-performance DNS functionality(with c-ares library)
15
+ - Add some unit tests.
13
16
14
17
## [ 1.0.0-rc4] - 2019-08-08
15
18
@@ -52,7 +55,9 @@ All notable changes to this project will be documented in this file.
52
55
53
56
## [ 1.0.0-rc1] - 2019-06-11
54
57
55
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc4...HEAD
58
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc5...HEAD
59
+
60
+ [ 1.0.0-rc5 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc4...v1.0.0-rc5
56
61
57
62
[ 1.0.0-rc4 ] : https://github.com/an-tao/trantor/compare/v1.0.0-rc3...v1.0.0-rc4
58
63
You can’t perform that action at this time.
0 commit comments