From 23998f0d038ef928e50b85f5b219e462e79da973 Mon Sep 17 00:00:00 2001 From: bcapuano Date: Sat, 4 Nov 2023 11:56:28 -0400 Subject: [PATCH] Updated changelog with bug fixes --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 0f7e686..fc79588 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -19,6 +19,9 @@ 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 5.0.11 (2023-11-03) -------------------