Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Add Changelog (#20)
Browse files Browse the repository at this point in the history
* Add Changelog

* Add old release information to changelog

* Add diff links to changelog

* Remove changes that were in 0.2.3.6

* Fix diff revision order
  • Loading branch information
linuxdaemon authored Aug 28, 2019
1 parent 56b9b31 commit 6b68168
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6b68168

Please sign in to comment.