Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.18 KB

File metadata and controls

32 lines (17 loc) · 1.18 KB

v2.2 Release Notes

This document describes all new features and changes in the release. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Release Overview

[v2.2.0] - 2025-12-08

Remove Python 3.9 support as it's EOL.

Fixed

  • #334 - Fix TypeError being thrown when non-serializable object is used in creating a Diff/Adapter.

Housekeeping

  • #321 - Fixed CI release workflow.
  • Rebaked from the cookie main.

Fixed

  • #339 - Fixed bug with deepcopy in dunder new.

Fixed

  • #346 - Reverted addition of new method to Adapter class to resolve instantiation issues.