From ed3508d06f8764b14617deef63c2253c66a1cba6 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 22 Jun 2024 19:08:47 +0100 Subject: [PATCH] Remove ... --- CHANGES.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 98cc95b0..2c922de9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -57,10 +57,6 @@ Minor changes: - Document how to serve the built documentation to view with the browser - Improve test coverage -Breaking changes: - -- ... - New features: - Create GitHub releases for each tag. @@ -87,18 +83,8 @@ Minor changes: - Update GitHub Actions steps versions - Keep GitHub Actions up to date with GitHub's Dependabot - -Breaking changes: - -- ... - -New features: - -- ... - Bug fixes: -- ... - Fixed index error in cal.py when attempting to pop from an empty stack - Fixed type error in prop.py when attempting to join strings into a byte-string - Caught Wrong Date Format in ical_fuzzer to resolve fuzzing coverage blocker