From 063c8be3c532b7bd489308c5955902471ff8c8f8 Mon Sep 17 00:00:00 2001 From: Nicholas Bunn Date: Fri, 8 Nov 2024 14:13:59 +0000 Subject: [PATCH] Update changelog --- AUTHORS.rst | 3 ++- CHANGELOG.rst | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 8fe811d..ee1fdbd 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -22,4 +22,5 @@ Contributors * piglei - https://github.com/piglei * Anton Gruebel - https://github.com/gruebel * Peter Byfield - https://github.com/Peter554 -* Fabian Binz - https://github.com/fbinz \ No newline at end of file +* Fabian Binz - https://github.com/fbinz +* Nicholas Bunn - https://github.com/NicholasBunn \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 10006c9..eff1a4a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +latest +------ + +* Add support for treating imports as modules in Forbidden contracts. + 2.1 (2024-10-8) ---------------