From 25bcafe65148aabdbb1e03dd26f6a8067113c81a Mon Sep 17 00:00:00 2001 From: Jens Haase Date: Wed, 26 Jan 2022 21:40:13 +0100 Subject: [PATCH] Updated Changelog.md --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog.md b/Changelog.md index a8fbfc3a..e403dda5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file. ## Unreleased +* Drop support for PHP 7.4. (#403) +* Support for PHP 8.0 and 8.1. (#406) +* Printer: render `` when printing a function and not ``. (#404) +* Add a `:reduce` option for the for-loop. (#405) +* Removed deprecated table, array and set mutable data structures. (#407) +* Add feature to require php files in ns statement. (#421) +* Remove all calls to GlobalEnvironmentSingleton in the compiled code. (#408) +* Add a new phel core function: `coerce-in` (#424) +* Introduce a registry class to store the definitions instead of `$GLOABLS`. (#423) +* Evaluate meta data in the special form `def` (#426) +* Add support for inline optimization. (#427) +* Fixed bug in compile command (#428, #410) +* Improved documentation (#432) + + ## 0.5.0 (2021-12-17) * Added variables.