Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jjakob committed May 16, 2021
1 parent cb60516 commit a3ca3d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## v0.7.12-pre

* Use topmost certificate in chain to find CA cert. Fixes #129
* Coding style changes:
* Use local variables where possible and unset them after use
* Make constants readonly
* Change all variables to lowercase
- To comply with shell coding best practices and prevent clashing with any
shell or environment variables.
- Also add some missing globals to the initial declaration at the top of the file.

## v0.7.11

Expand Down

0 comments on commit a3ca3d1

Please sign in to comment.