diff options
author | gilles henaux <gill.henaux@gmail.com> | 2022-12-24 10:04:18 +0100 |
---|---|---|
committer | gilles henaux <gill.henaux@gmail.com> | 2022-12-24 10:04:18 +0100 |
commit | 501392f150b182d3c2d6f097e149513ad8df4d6c (patch) | |
tree | b208d3a7b08b4d8b62c9bdb9a620311c9c92e47b | |
parent | 7853f3ef0a2f8c08a186fd5c41afd2f612a404b7 (diff) |
Update changelog
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4efb0..73c774e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - [client] Do not fail in store_known_hosts_to_file if the path has no prefix - [server] Do not fail in write_certs_to_files if the cert and key files have non-existing parent directories, create them instead +- [client] Expose a stats() function on a connection to retrieve statistics ## Version 0.2.0 (2022-11-18) |