From d000121a5f92efb2b8556dbcfb3cc79b41ea2c0c Mon Sep 17 00:00:00 2001 From: Sandy Maguire Date: Mon, 8 Jul 2019 10:22:29 -0400 Subject: [PATCH] Forgot my thanks! --- ChangeLog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 295c12d..a4c1fa6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,9 +4,9 @@ ### Breaking Changes -- Added a `Pass` constructor to `Writer` -- Fixed a bug in `runWriter` where the MTL semantics wouldn't be respected -- Removed the `Censor` constructor of `Writer` +- Added a `Pass` constructor to `Writer` (thanks to @KingoftheHomeless) +- Fixed a bug in `runWriter` where the MTL semantics wouldn't be respected (thanks to @KingoftheHomeless) +- Removed the `Censor` constructor of `Writer` (thanks to @KingoftheHomeless) - Renamed `Yo` to `Weaving` - Changed the visible type applications for `asks`, `gets`, and `runErrorAsAnother`