Merge pull request #648 from niccokunzmann/changes

Remove ... in changelog
pull/646/head^2
Steve Piercy 2024-06-22 13:32:57 -07:00 zatwierdzone przez GitHub
commit 3736f17080
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 0 dodań i 14 usunięć

Wyświetl plik

@ -61,10 +61,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.
@ -91,18 +87,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