Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 566 Bytes

CHANGELOG.rst

File metadata and controls

20 lines (14 loc) · 566 Bytes

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.

Versions before 2.1.0 are not documented.

2.1.0

Breaking Changes

  • Removed __version__ in __init__.py
  • Renamed PluginException to PluginError
  • Renamed PluginState enums to uppercase
  • Moved get_plugins() to module level out of APlugin