From 0579cc25b1fdb3dca3db935754b7029823969b96 Mon Sep 17 00:00:00 2001 From: Lucas Eras Date: Sun, 17 Nov 2024 11:45:51 -0600 Subject: [PATCH] Fix CHANGELOG entry for PR 266 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2606f63b..d011f734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ### Features - Improve inspection of Module. [#263](https://github.com/splitwise/super_diff/pull/263) by [@phorsuedzie](https://github.com/phorsuedzie) -- Fix multiline string diff with blank lines. [#266](https://github.com/splitwise/super_diff/pull/263) +- Fix multiline string diff with blank lines. [#266](https://github.com/splitwise/super_diff/pull/266) - Improve inspection of Range objects. [#267](https://github.com/splitwise/super_diff/pull/267) by [@lucaseras](https://github.com/lucaseras) - Skip diffing of more un-diffable types. [#273](https://github.com/splitwise/super_diff/pull/273) by [@lucaseras](https://github.com/lucaseras)