Skip to content

Commit 5700454

Browse files
committed
docs: update CHANGELOG
* Corrects the 0.13.0 release date. * Updates the rustls version referenced for 0.13.0. * Adds a mention of the cargo-c build change.
1 parent 8a581cb commit 5700454

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## 0.13.0 (XXXX-XX-XX)
3+
## 0.13.0 (2024-03-28)
44

5-
This release updates to [Rustls 0.23.1] and continues to use `*ring*` as the
5+
This release updates to [Rustls 0.23.4] and continues to use `*ring*` as the
66
only cryptographic provider.
77

8-
[Rustls 0.23.1]: https://github.com/rustls/rustls/releases/tag/v%2F0.23.1
8+
[Rustls 0.23.4]: https://github.com/rustls/rustls/releases/tag/v%2F0.23.4
99

1010
### Added
1111

@@ -16,14 +16,18 @@ only cryptographic provider.
1616
the `rustls_accepted_alert` by calling `rustls_accepted_alert_write_tls` with
1717
a `rustls_write_callback` implementation.
1818

19-
## Changed
19+
### Changed
2020

2121
* The `rustls_acceptor_accept` and `rustls_accepted_into_connection` API
2222
functions now require an extra `rustls_accepted_alert` out parameter. This
2323
parameter will only be set when an error occurs accepting a client connection
2424
and can be used to write any generated alerts to the connection to signal
2525
the accept error to the peer.
2626

27+
* The experimental cargo-c build support has been updated to use a vendored
28+
header file. This avoids the need for nightly rust or `cbindgen` when using
29+
this build method.
30+
2731
## 0.12.1 (2024-03-21)
2832

2933
### Added

0 commit comments

Comments
 (0)