Skip to content

Commit fe0c4d0

Browse files
committed
Bump version to 1.0.0
1 parent 4bef69f commit fe0c4d0

File tree

2 files changed

+203
-49
lines changed

2 files changed

+203
-49
lines changed

ChangeLog.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,27 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
### [1.0.0] - 2020-9-27
7+
8+
### API changes list
9+
10+
- Add the address() method to the TcpServer class.
11+
12+
- Change some internal methods from public to private in the Channel class.
13+
14+
### Changed
15+
16+
- Update the wepoll library.
17+
18+
- Add comments in public header files.
19+
620
## [1.0.0-rc16] - 2020-8-15
721

822
### Fixed
923

1024
- Fix a bug when sending big files on Windows.
1125

12-
### API change list
26+
### API changes list
1327

1428
- Add updateEvents() method to the Channel class.
1529

@@ -21,7 +35,7 @@ All notable changes to this project will be documented in this file.
2135

2236
## [1.0.0-rc14] - 2020-6-14
2337

24-
### API change list
38+
### API changes list
2539

2640
- Add the moveToCurrentThread() method to EventLoop.
2741

@@ -35,13 +49,13 @@ All notable changes to this project will be documented in this file.
3549

3650
## [1.0.0-rc13] - 2020-5-23
3751

38-
### API change list
52+
### API changes list
3953

4054
- Make the Channel class as a part of the public API.
4155

4256
## [1.0.0-rc12] - 2020-5-22
4357

44-
### API change list
58+
### API changes list
4559

4660
- Add a method to show if the c-ares library is used
4761

@@ -55,7 +69,7 @@ All notable changes to this project will be documented in this file.
5569

5670
## [1.0.0-rc11] - 2020-4-27
5771

58-
### API Change list
72+
### API changes list
5973

6074
- Add fromDbStringLocal() method to the Date class
6175

@@ -67,7 +81,7 @@ All notable changes to this project will be documented in this file.
6781

6882
## [1.0.0-rc10] - 2020-3-28
6983

70-
### API Change list
84+
### API changes list
7185

7286
- Add the send(const void *, size_t) method to the TcpConnection class
7387

@@ -87,7 +101,7 @@ All notable changes to this project will be documented in this file.
87101

88102
## [1.0.0-rc9] - 2020-2-17
89103

90-
### API change list
104+
### API changes list
91105

92106
- Add support for a delayed SSL handshake
93107

@@ -101,7 +115,7 @@ All notable changes to this project will be documented in this file.
101115

102116
## [1.0.0-rc8] - 2019-11-30
103117

104-
### API change list
118+
### API changes list
105119

106120
- Add the isSSLConnection() method to the TcpConnection class
107121

@@ -118,7 +132,7 @@ All notable changes to this project will be documented in this file.
118132

119133
## [1.0.0-rc6] - 2019-10-4
120134

121-
### API change list
135+
### API changes list
122136

123137
- Add index() interface to the EventLoop class.
124138

@@ -130,7 +144,7 @@ All notable changes to this project will be documented in this file.
130144

131145
## [1.0.0-rc5] - 2019-08-24
132146

133-
### API change list
147+
### API changes list
134148

135149
- Remove the resolve method from the InetAddress class.
136150

@@ -141,7 +155,7 @@ All notable changes to this project will be documented in this file.
141155

142156
## [1.0.0-rc4] - 2019-08-08
143157

144-
### API change list
158+
### API changes list
145159

146160
- None
147161

@@ -155,7 +169,7 @@ All notable changes to this project will be documented in this file.
155169

156170
## [1.0.0-rc3] - 2019-07-30
157171

158-
### API change list
172+
### API changes list
159173

160174
- TcpConnection::setContext, TcpConnection::getContext, etc.
161175
- Remove the config.h from public API.
@@ -180,7 +194,9 @@ All notable changes to this project will be documented in this file.
180194

181195
## [1.0.0-rc1] - 2019-06-11
182196

183-
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.0.0-rc16...HEAD
197+
[Unreleased]: https://github.com/an-tao/trantor/compare/v1.0.0...HEAD
198+
199+
[1.0.0]: https://github.com/an-tao/trantor/compare/v1.0.0-rc16...v1.0.0
184200

185201
[1.0.0-rc16]: https://github.com/an-tao/trantor/compare/v1.0.0-rc15...v1.0.0-rc16
186202

0 commit comments

Comments
 (0)