Skip to content

Commit 78736fb

Browse files
authored
Fix headings in CHANGELOG (#223)
"Changed" / "Added" / "Removed" should be heading level 3.
1 parent 1fb57ef commit 78736fb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Changelog
22

33
## 0.8.2 (2021-11-13)
4+
5+
### Changed
46
- Add a feature, no_log_capture, which inhibits rustls from taking the global
57
logger. Useful when built as a Rust dependency.
68

79
## 0.8.1 (2021-11-12)
810

9-
## Changed
11+
### Changed
1012
- Setting of ALPN protocols for client configs was broken in the 0.8.0 release.
1113
This release fixes it.
1214

@@ -20,14 +22,14 @@ new version.
2022

2123
If you are importing this as a library from other Rust code, you should import `rustls_ffi`.
2224

23-
## New
25+
### Added
2426
- rustls_client_config_builder_new_custom and rustls_server_config_builder_new_custom:
2527
start building a config, with ciphersuites and TLS versions set at initial construction.
2628
- rustls_default_ciphersuites_get_entry() and
2729
rustls_default_ciphersuites_len(): get default ciphersuites as opposed to
2830
all ciphersuites (these happen to be the same today but might not always be).
2931

30-
## Changed
32+
### Changed
3133

3234
- `rustls-ffi` now imports `rustls` version 0.20, up from rustls 0.19. [View
3335
the changelog](https://github.com/rustls/rustls#release-history).
@@ -70,7 +72,7 @@ If you are importing this as a library from other Rust code, you should import `
7072
functions provide are valid until the next mutating function call on that
7173
connection.
7274

73-
## Removed
75+
### Removed
7476

7577
- rustls_client_config_builder_from_config and
7678
rustls_server_config_builder_from_config have been removed. These were

0 commit comments

Comments
 (0)