From 3cb92cd9ae033263f7d312f7140720fe703ccf18 Mon Sep 17 00:00:00 2001 From: AnonymouX47 Date: Sat, 3 Feb 2024 11:16:51 +0100 Subject: [PATCH] chore: Update CHANGELOG for commit 8aab6bd --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 458b928f..6c6ca5a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,9 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Padding`, `AlignedPadding`, `ExactPadding`, etc. - Support for Pillow 10. ([8cfebe2]) - Static Typing & Type Checking Support ([#100]). +- `TermImageUserWarning` warning sub-category ([8aab6bd]). ### Changed - `term_image.utils.get_cell_size()` now returns `term_image.geometry.Size` instances in place of tuples ([#96]). +- `TermImageWarning` now inherits from `Warning` instead of `UserWarning` ([8aab6bd]). ### Removed - Support for Python 3.7. ([594d451]) @@ -39,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [594d451]: https://github.com/AnonymouX47/term-image/commit/594d451d124a47c73a9dce61a4496a2a218261b1 [8cfebe2]: https://github.com/AnonymouX47/term-image/commit/8cfebe27b63dcdd987fc9d0c71616e76777779a9 [b790f0e]: https://github.com/AnonymouX47/term-image/commit/b790f0e7c5cd2afd7dafa7c14797136719b9dafb +[8aab6bd]: https://github.com/AnonymouX47/term-image/commit/8aab6bd56b46a90ef656e0b06590c8bfa9331767 ## [0.7.0] - 2023-06-05