From 48acc73ea3253dfae74489927f9e1b5c04b1b1fd Mon Sep 17 00:00:00 2001 From: Jordan Martinez Date: Tue, 12 Dec 2023 16:16:25 -0600 Subject: [PATCH] Add credits for other PRs merged --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e725bce..4607d3af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,8 @@ New features: Reading through each is needed to get the full picture of VTAs. +* Link to 'PureScript for Elm Developers' (#618 by @laurentpayot) + Bugfixes: * Fix erroneous Effect example (#619 by @JordanMartinez) @@ -50,6 +52,12 @@ Bugfixes: * Miscellaneous tweaks to build tool history (#619 by @JordanMartinez) +* Fix Pursuit operator search (#615 by @MarkFarmiloe) + +* Fix Function Monad typo (#613 by @kettron) + +* Fix 'for ... break if' typo (#605 by @sorenhoyer) + Internal: * Begin using [purs-changelog](https://github.com/purescript-contrib/purescript-up-changelog) to manage changelog entries. (#616 by @JordanMartinez)