From 949ead87f1ee950da9797dd8f8263a45b6b3ffc2 Mon Sep 17 00:00:00 2001 From: Peter Byfield Date: Wed, 29 Jan 2025 10:04:17 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a8a08..cab223a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +- [Breaking] Prevent intersection/union of `FiniteDatetimeRange` with datetime + range of inconsistent tzinfo [#194](https://github.com/octoenergy/xocto/pull/194). +- [Breaking] Prevent construction of `FiniteDatetimeRange` with mixed + tzinfo [#194](https://github.com/octoenergy/xocto/pull/194). +- Add `ranges.get_tzinfo` function to get the tzinfo of a datetime range [#194](https://github.com/octoenergy/xocto/pull/194). + ## V7.1.1 - 2025-01-22 - Improve the performance of `FiniteDatetimeRange.intersection`,