diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..219b19e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Added +- Add a changelog to track project changes +- Separate conversation storage with `Conversation` objects +- Allow errors to propagate as custom exceptions +- Wrap replies in a `Response` object for ease of use +- Allow the API url to be configured as a class parameter + +### Fixed +- Allow non-strict JSON parsing of responses + +### Removed +- Removed Python 3.4 support + +## [0.2.3.6] 2017-06-18 +Undocumented changes + +[Unreleased]: https://github.com/snoonetIRC/cleverwrap.py/compare/v0.2.3.6..HEAD +[0.2.3.6]: https://github.com/snoonetIRC/cleverwrap.py/releases/tag/v0.2.3.6