docs: update changelog - #372
Merged
Merged
Conversation
When the `rustls_client_config_builder_load_roots_from_file` fn was moved from the client config builder into the root cert store builder the name wasn't updated. This commit fixes that and regenerates the rustls header file.
cpu
commented
Dec 3, 2023
For some reason, since adding a lifetime to the `rustls_certificate` type, the `rustls_certificate_get_der` fn inside the `impl rustls_certificate` block isn't being picked up by cbindgen, removing it from the `rustls.h` generated header file. This commit lifts the fn out of the `impl` block into a free-standing function, now its properly included in `rustls.h` again.
cpu
force-pushed
the
cpu-0.12-changelog
branch
from
December 4, 2023 17:22
35fedfd to
60f5f5f
Compare
Member
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch adds an updated
CHANGELOG.mdcovering the to-be-published 0.12.0 release. Additionally it fixes one misnamed function caught during review of the changes since the last release, and a fn that was accidentally dropped from therustls.hinterface.To generate the changelog content I pulled the 0.11.0
src/rustls.hand thesrc/rustls.hfrommain, ran them throughgccto remove comments and post-processed to remove whitespace and#lines. I then reviewed the diff and tried to account for all of the changes in the text: