From 67f0a1fee5b9975c1031e062a0b54fd97fc7494f Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Wed, 18 Jun 2025 16:56:41 +0300 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b6c19b..6308bfe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ A note on versioning: This librarys major version will grow with the APIs version number. Breaking changes will be indicated by a change in the minor (or major) version number, and will generally be avoided. +v2.1.0 (IN PROGRESS) +-------------------- +* Fixed to_json breaking on python 3.14 (Thanks @limburgher for the report) +* Replaced pytest-vcr (deprecated) with pytest-recording (Thanks @CyberTailor) +* Improved timeline documentation (Thanks @adamse) + v2.0.1 ------ Maintenance release. Fixes a few minor, but important, issues