From ae8c691a6aa1eb8ccb3c570e5b6e5228bee89b7d Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Wed, 21 Feb 2018 19:57:22 -0500 Subject: [PATCH] Created a changelog file. --- Changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..19b806d --- /dev/null +++ b/Changelog.md @@ -0,0 +1,11 @@ +## 1.2.0 + +New Stuff +- Created this doc for everyone to keep track of changes to this library. +- All classes now have a docstring. +- Created an example script for checking cards in a .csv + +Changes +- cards.Autocomplete() has had the `q` parameter updated to `query`. +- symbology.Parsemana() now has a required parameter of `code`. +- Updated the README with more information, and better organization.