Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 1.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Added support for Python 3.11 - 3.13

Removed

  • Dropped support for Python 3.6 - 3.8

2.0.0 - 2023-10-13

  • Moved to new GitHub organization

1.0.1 - 2021-09-28

Fixed

  • Fixed compare for str types.

1.0.0 - 2021-09-27

Added

  • Method to deep compare data structures containing dict, list and tuple types.
  • Method to partially deep compare data structures containing dict, list and tuple types.