Updated CHANGELOG

This commit is contained in:
Fabio Manganiello 2024-05-31 19:57:43 +02:00
parent 3583dafbc3
commit 6acdde6164
Signed by: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -1,5 +1,14 @@
# Changelog # Changelog
## [1.0.4] - 2024-05-31
- Fixed regression introduced by
[c18768e61fef62924f4c1fac3089ecfb83666dab](https://git.platypush.tech/platypush/platypush/commit/c18768e61fef62924f4c1fac3089ecfb83666dab).
Python seems to have introduced a breaking change from the version 3.12 -
`datetime.utcnow()` is not deprecated, but `datetime.UTC`, the suggested
alternative, isn't available on older versions of Python. Added a workaround
that makes Platypush compatible with both the implementations.
## [1.0.3] - 2024-05-31 ## [1.0.3] - 2024-05-31
- [[#368](https://git.platypush.tech/platypush/platypush/issues/368)] Added - [[#368](https://git.platypush.tech/platypush/platypush/issues/368)] Added