Skip to content

Commit 39fca09

Browse files
authored
Minor tweaks to RELEASE_NOTES.txt
1 parent da917c7 commit 39fca09

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

RELEASE_NOTES.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
------------------
33

44
This is the first ALPHA release in the 5.5 release series. It adds several experimental
5-
features and improvements such as request multiplexing over shared HTTP/2 connection
5+
features and improvements such as request multiplexing over a shared HTTP/2 connection
66
and the Classic API facade acting as a compatibility bridge between classic I/O client
77
services and the asynchronous message transport used internally.
88

99

10-
Notable changes and features included in the 5.4 series:
10+
Notable changes and features included in the 5.5 series:
1111

12-
* Improved conformance to RFC 7616 (DIGEST auth).
12+
* Improved conformance to RFC 7616 (HTTP Digest Access Authentication).
1313

14-
* Connections pool implementation that acts as a caching facade in front of a standard
14+
* The connection pool implementation acts as a caching facade in front of a standard
1515
managed connection pool and shares already leased connections to multiplex message
1616
exchanges over active HTTP/2 connections. Experimental.
1717

1818
* Extended Auth API and improved authentication protocol logic to support mutual
1919
authentication.
2020

21-
* Classic API facade acting as a compatibility bridge between the classic I/O client
21+
* The Classic API facade acting as a compatibility bridge between the classic I/O client
2222
services (based on the standard InputStream / OutputStream model) and the asynchronous
2323
message transport used internally. Experimental.
2424

@@ -41,11 +41,11 @@ Change Log
4141
* Decode Subject Alternative Names for IP, DNS, and binary data (#610).
4242
Contributed by Arturo Bernal <abernal at apache.org>
4343

44-
* Do not add `Upgrade` header if `Connection` header already present (the caller manually
44+
* Do not add `Upgrade` header if `Connection` header is already present (the caller manually
4545
manages connection state).
4646
Contributed by Oleg Kalnichevski <olegk at apache.org>
4747

48-
* Avoid logging HTTP message version where it can be a hint, not an actual protocol version.
48+
* Avoid logging the HTTP message version where it can be a hint, not a protocol version.
4949
Contributed by Oleg Kalnichevski <olegk at apache.org>
5050

5151
* Experimental connections pool implementation that acts as a caching facade in front of

0 commit comments

Comments
 (0)