From dbf9f96593f962da2c98513ee83408939a382e11 Mon Sep 17 00:00:00 2001 From: Christian Bean Date: Mon, 4 Mar 2024 13:16:08 +0000 Subject: [PATCH] Changelog - v2.3.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 639c3ac..14390a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## Unreleased +## Unreleased + +## 2.3.0 - 2024-04-03 ### Changed - Updated dependency on automata-lib to version 7.0.1 + - Perm.avoids/contains will raise a TypeError if input is not an iterable of Patt ### Added - Now testing on Python 3.11