From 5ea5d27908f1a3e84daacebcc518a6961220b3de Mon Sep 17 00:00:00 2001 From: Leandro Silva Date: Sat, 21 Oct 2023 18:51:07 -0700 Subject: [PATCH] Fix typo in v0.7.8 change log note --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1769b1e..e63efbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,8 @@ even on minor releases, e.g. `v0.7.5` -> `v0.7.6`. * release as self-contained Linux binaries (for `x86_64`, `aarch64`, and `armv8` architectures) rather than Docker images. This minimizes hassle and - total download size. Along the way, we switched libc to from `glibc` to - `musl` in the process. Please report any problems with the build or - instructions! + total download size. Along the way, we switched libc from `glibc` to `musl` + in the process. Please report any problems with the build or instructions! ## v0.7.7 (2023-08-03)