From fdb325d9cbfd76df52d92460bcebfb96be247cda Mon Sep 17 00:00:00 2001 From: Eric Wang <37554696+ericwang401@users.noreply.github.com> Date: Fri, 9 Feb 2024 18:42:36 -0600 Subject: [PATCH] Update v2.3.2-rc.1 CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90240fd..61c9217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. - Switched from NativeTLS to Rustls for TLS verification. Should hopefully resolve the issue with Coterm exiting with no errors. +- Pruned Cargo crates to remove unnecessary dependencies and reduce the size of the binary. ## v2.3.1