From adc111067253a3f9a4f8fd35edd2d18c85204e75 Mon Sep 17 00:00:00 2001 From: bhavik-goplani <56516858+bhavik-goplani@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:33:11 -0500 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f1b9fcf..66dae9232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ and this project does not currently adhere to a particular versioning scheme. - Add repeated field name error message. - Add `Math` builtin functions. ([#570][gh-570]) - Add primitive file IO function `IO/FS/flush`. ([#598][gh-598]) +- Changed `bend run` to `bend run-rs` and `bend run` defaults to the C implementation. ([#620][gh-620]) ## [0.2.35] - 2024-06-06 @@ -393,5 +394,6 @@ and this project does not currently adhere to a particular versioning scheme. [gh-596]: https://github.com/HigherOrderCO/Bend/issues/596 [gh-598]: https://github.com/HigherOrderCO/Bend/issues/598 [gh-618]: https://github.com/HigherOrderCO/Bend/issues/618 +[gh-620]: https://github.com/HigherOrderCO/Bend/issues/620 [gh-623]: https://github.com/HigherOrderCO/Bend/issues/623 [Unreleased]: https://github.com/HigherOrderCO/Bend/compare/0.2.36...HEAD