Skip to content

Changelog

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

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

[Unreleased]

Added

  • Initial features or new modules under development.

Changed

  • Details of any ongoing modifications.

Deprecated

  • List features or functionality planned for removal in future releases.

[1.0.0] - YYYY-MM-DD

Added

  • Initial release of the software.
  • Features: Briefly list core functionalities.
  • Documentation: Complete README and usage instructions.

[1.1.0] - YYYY-MM-DD

Added

  • New feature X for additional functionality.
  • Test cases for module Y.

Changed

  • Optimized algorithm Z for better performance.
  • Updated README with new installation steps.

Fixed

  • Bug in feature A causing incorrect output in edge cases.
  • Minor typos in documentation.

[1.2.0] - YYYY-MM-DD

Added

  • Support for an additional input format.

Deprecated

  • Old API endpoint /v1/data replaced by /v2/data.

Removed

  • Legacy module no longer maintained.

[2.0.0] - YYYY-MM-DD

Added

  • Major new feature or architectural overhaul.

Changed

  • Breaking changes to API endpoints.