Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyNotChase committed Mar 11, 2024
1 parent 07a27c4 commit 27f6502
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,19 @@
## Version 1.0.1
* Add better error message when `frame['duration']` in `glitch_gif` (from `glitch_this.py`) raises a key error
Suggested by [#32](https://github.com/TotallyNotChase/glitch-this/issues/32)

## Version 1.0.2
* Minor changes related to versioning fixes

See: https://github.com/TotallyNotChase/glitch-this/pull/33
*Thanks to @[ghost](https://github.com/ghost)*

## Version 1.0.3
* Add typing overloads for `glitch_image` to choose return type based on `gif: bool` parameter.

Whether the function returns `Image` or `List[Image]` can be deduced by the type checker based on
the value of the `gif` parameter (when it is a boolean constant literal)

See: https://github.com/TotallyNotChase/glitch-this/pull/44

*Thanks to @[Matthieu-LAURENT39](https://github.com/Matthieu-LAURENT39)*

0 comments on commit 27f6502

Please sign in to comment.