Update CHANGELOG.md

Add info about https://github.com/kubernetes-incubator/client-python/pull/369
This commit is contained in:
Davanum Srinivas 2017-10-19 14:03:11 -04:00 committed by GitHub
parent de1d763697
commit 23f400f72b

View File

@ -1,3 +1,6 @@
# v4.0.0a2
- Make sure PyPI source distribution is complete with all files from the root directory
# v4.0.0a1
- Update to Kubernetes 1.8 cluster
- IntOrString is now object thus it can be int or string. #18 #359