Skip to content

Commit 8685db5

Browse files
committed
Use consistent language in change log
1 parent 6923954 commit 8685db5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# 0.5.6
22

3-
* Add `Socket::(set_)multicast_all_v{4,6}`
3+
* Added `Socket::(set_)multicast_all_v{4,6}`
44
(https://github.com/rust-lang/socket2/pull/485 and
55
(https://github.com/rust-lang/socket2/pull/486).
6-
* Add support for GNU/Hurd
6+
* Added support for GNU/Hurd
77
(https://github.com/rust-lang/socket2/pull/474).
8-
* Fix compilation on Haiku
8+
* Fixes compilation on Haiku
99
(https://github.com/rust-lang/socket2/pull/479 and
1010
(https://github.com/rust-lang/socket2/pull/482).
11-
* Fix compilation on OpenHarmony
11+
* Fixes compilation on OpenHarmony
1212
(https://github.com/rust-lang/socket2/pull/491).
1313
* Update to window-sys v0.52
1414
(https://github.com/rust-lang/socket2/pull/480).
1515

1616
# 0.5.5
1717

18-
* Add support for Vita
18+
* Added support for Vita
1919
(https://github.com/rust-lang/socket2/pull/465).
2020

2121
# 0.5.4
@@ -35,7 +35,7 @@
3535
(https://github.com/rust-lang/socket2/pull/442).
3636
* Added `Protocol::DIVERT` on FreeBSD and OpenBSD
3737
(https://github.com/rust-lang/socket2/pull/448).
38-
* Add `Socket::protocol` for Windows (using `WSAPROTOCOL_INFOW`)
38+
* Added `Socket::protocol` for Windows (using `WSAPROTOCOL_INFOW`)
3939
(https://github.com/rust-lang/socket2/pull/470).
4040
* `From<SocketAddrV{4,6}>` for `SockAddr ` nows sets `ss_len` on platforms that
4141
have the fields (most BSDs)
@@ -53,7 +53,7 @@
5353

5454
# 0.5.2
5555

56-
* Add Unix socket methods to `SockAddr`
56+
* Added Unix socket methods to `SockAddr`
5757
(https://github.com/rust-lang/socket2/pull/403 and
5858
https://github.com/rust-lang/socket2/pull/429).
5959
* Added `SockAddr::as_storage`
@@ -167,9 +167,9 @@
167167

168168
* Fixed compilation with the `all` on QNX Neutrino
169169
(https://github.com/rust-lang/socket2/pull/419).
170-
* Add support for ESP-IDF
170+
* Added support for ESP-IDF
171171
(https://github.com/rust-lang/socket2/pull/455).
172-
* Add support for Vita
172+
* Added support for Vita
173173
(https://github.com/rust-lang/socket2/pull/475).
174174

175175
# 0.4.9
@@ -181,7 +181,7 @@
181181

182182
This release was broken for Windows.
183183

184-
* Add `Socket::peek_sender` (backport)
184+
* Added `Socket::peek_sender` (backport)
185185
(https://github.com/rust-lang/socket2/pull/404).
186186

187187
# 0.4.7
@@ -200,7 +200,7 @@ This release was broken for Windows.
200200
(https://github.com/rust-lang/socket2/pull/307).
201201
* Derive Clone for SockAddr
202202
(https://github.com/rust-lang/socket2/pull/311).
203-
* Fix cfg attributes for Fuchsia
203+
* Fixes cfg attributes for Fuchsia
204204
(https://github.com/rust-lang/socket2/pull/314).
205205

206206
# 0.4.5 (yanked)
@@ -219,7 +219,7 @@ This release was broken for Windows.
219219

220220
## Fixed
221221

222-
* Fix OpenBSD build
222+
* OpenBSD build
223223
(https://github.com/rust-lang/socket2/pull/291).
224224

225225
# 0.4.4
@@ -264,13 +264,13 @@ This release was broken for Windows.
264264

265265
## Added
266266

267-
* Add `SockAddr::new`
267+
* Added `SockAddr::new`
268268
* Support for `TCP_USER_TIMEOUT`.
269269
* Support for `IP_BOUND_IF`.
270270
* Support for `IP_TRANSPARENT`.
271271
* Enable `Socket::type` on all platforms.
272272
* Support for uclibc (for Haiku support).
273-
* Add DragonFly support for TCP keepalive (`KEEPINTVL`/`KEEPCNT`).
273+
* Added DragonFly support for TCP keepalive (`KEEPINTVL`/`KEEPCNT`).
274274
* Documentation for proper use of `SockRef::from`, and the improper use.
275275
* Assertion in `SockRef::from` to ensure the raw socket valid.
276276

0 commit comments

Comments
 (0)