Document changes

This commit is contained in:
Kyle Hornberg
2020-01-17 11:49:38 -06:00
parent 98ce6ca364
commit 57100d46d6
2 changed files with 10 additions and 2 deletions
+10
View File
@@ -2,6 +2,16 @@
Changelog
=========
0.13.0
------
**Breaking changes**
* Change to OpenAPI specifications
* Remove python 3.5 support
* Remove caching of parameters between calls
* Method parameters are typed checked to the OpenAPI schemas
0.1.0 (?)
------------------
-2
View File
@@ -52,8 +52,6 @@ Python client for GitHub API
Installation
============
**requires python 3.5+**
*Note octokit and octokit.py were already taken in the cheese shop*
::