From de8e6df46bbfad4da1592a785182b31760bb3228 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 8 May 2024 02:27:25 +0300 Subject: [PATCH] Update CHANGELOG.md --- pyconcept/CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pyconcept/CHANGELOG.md b/pyconcept/CHANGELOG.md index 843bd8d..4785bf8 100644 --- a/pyconcept/CHANGELOG.md +++ b/pyconcept/CHANGELOG.md @@ -19,6 +19,15 @@ Here we write upgrading notes. Make them as straightforward as possible. ### Fixed +## [0.1.3] - 2024-05-08 + +### Changed + +- Allow EmptySet to be used as standalone expression. Mostly used in recursion initialization +- Grammar rules refactoring + ## [0.1.2] - 2024-04-18 -Add URLS to package and improve build process +### Added + +- Add URLS to package and improve build process