Updated CHANGELOG

This commit is contained in:
Fabio Manganiello 2024-06-01 01:42:21 +02:00
parent c9a5c29a4a
commit c61a1b89d6
Signed by: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -1,5 +1,16 @@
# Changelog # Changelog
## [1.0.5] - 2024-06-01
- A proper solution for the `utcnow()` issue.
It was a bit trickier than expected to solve, but now Platypush uses a
`utcnow()` facade that always returns a UTC datetime in a timezone-aware
representation.
The code should however also handle the case of timestamps stored on the db in
the old format.
## [1.0.4] - 2024-05-31 ## [1.0.4] - 2024-05-31
- Fixed regression introduced by - Fixed regression introduced by