Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 14, 2023
1 parent 62634ce commit f82b86b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ in progress
- Documentation: Clarify data type of "target address descriptor"
- [Pushover]: Switch to using ``base64.b64decode()`` to support decoding
a string. Thanks, @sumnerboy12.
- [ntfy] Fix submitting newline characters in notification message text
- [ntfy] Fix submitting newline characters in notification message text.
Thanks, @zoic21 and @codebude.
- Core: Fix decoding non-JSON messages, which negatively impacted outbound
templating. Thanks, @Sc0th.
- Add support for Python 3.12

- Use ``importlib`` instead of ``imp``
- Use ``importlib.resources`` instead of ``pkg_resources``
- [http,pushsafer] Remove dependency on ``future`` package


2023-05-15 0.34.1
Expand Down

0 comments on commit f82b86b

Please sign in to comment.