From 84903e83ecaceeeb44ade9e2a1f349f5dd7cb5b4 Mon Sep 17 00:00:00 2001 From: "amano.kenji" Date: Wed, 30 Apr 2025 00:47:51 +0000 Subject: [PATCH] Fix typo in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c707b677..1bbfa1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Removed implicit support for single-use iterables in sequences, and introduced `iterator-seq` to expliciltly handle them (#1192) * `basilisp.core/str` now delegates to the builtin Python `str` in all cases except for customizing the string output for builtin Python types (#1237) * Optimised mainstream seq-consuming functions by coercing their inputs into `seq` upfront (#1234) - * Renamed `awhile` and `afor` to `while-async` and `for-async` for improved clarity (#1248) + * Renamed `awith` and `afor` to `with-async` and `for-async` for improved clarity (#1248) ### Fixed * Fix a bug where protocols with methods with leading hyphens in the could not be defined (#1230)