Skip to content

Commit 4f7d8c5

Browse files
authored
Bump version to v1.0.0-rc2 (#37)
1 parent da74af2 commit 4f7d8c5

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

ChangeLog.md

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

44
## [Unreleased]
55

6+
## [1.0.0-rc2] - 2019-07-11
7+
8+
### Added
9+
10+
- Add bytes statistics methods to the TcpConnection class.
11+
- Add the setIoLoopThreadPool method to the TcpServer class.
12+
13+
### Changed
14+
15+
- Ignore SIGPIPE signal when using the TcpClient class.
16+
- Enable TCP_NODELAY by default (for higher performance).
17+
618
## [1.0.0-rc1] - 2019-06-11
719

8-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.0.0-rc1...HEAD
20+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.0.0-rc2...HEAD
21+
22+
[1.0.0-rc2]: https://github.com/an-tao/trantor/compare/v1.0.0-rc1...v1.0.0-rc2
923

1024
[1.0.0-rc1]: https://github.com/an-tao/trantor/releases/tag/v1.0.0-rc1

0 commit comments

Comments
 (0)