Skip to content

Commit ba5b99f

Browse files
committed
Update trantor version to v1.0.0-rc10
1 parent 0415747 commit ba5b99f

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

ChangeLog.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

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+
626
## [1.0.0-rc9] - 2020-2-17
727

828
### API change list
@@ -98,7 +118,9 @@ All notable changes to this project will be documented in this file.
98118

99119
## [1.0.0-rc1] - 2019-06-11
100120

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
102124

103125
[1.0.0-rc9]: https://github.com/an-tao/trantor/compare/v1.0.0-rc8...v1.0.0-rc9
104126

0 commit comments

Comments
 (0)