From a1e72389c3409b3a54f2f93ac936dd17d079b773 Mon Sep 17 00:00:00 2001 From: jdpieck Date: Sat, 30 Nov 2024 22:32:16 -0800 Subject: [PATCH] added attributions --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1033a93..bb8fc77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # 0.2.0 - 2024/11/30 -- removed `oasis-align-images` +- removed `oasis-align-images` + - Thanks to @Aaron-Rumpler for pointing out a critical bug! - added `swap` to parameters - switches positions of content - cleaned up `debug` output to be more readable - breaking scenarios are now treated as such with `panic` + - Thanks again to @Aaron-Rumpler for the suggestion! - no longer show error message if content is "incompatible" and will instead display state at `int-frac` - should make using `oasis-align` way less frustrating to use - default max iterations reduced from 50 to 30