Update Changelog

This commit is contained in:
Cameron Yick
2017-09-17 19:23:35 -04:00
parent f7604b56b1
commit 75b792c151
2 changed files with 16 additions and 2 deletions

View File

@@ -2,6 +2,21 @@
History
=======
0.3.0 (2017-09-17)
------------------
* Add support for listing all tickers + date ranges
* Add support for interacting with the ``/news`` API
* Improve logging of REST client errors
0.2.0 (2017-09-01)
------------------
* Improve test coverage of tickers endpoint
* Deprecate the Mutual Funds endpoint
0.1.0 (2017-08-24)
------------------

View File

@@ -65,8 +65,7 @@ setup(
'Intended Audience :: Financial and Insurance Industry',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Topic :: Office/Business :: Investment',
'Topic :: Office/Business :: Financial',
'Topic :: Office/Business :: Financial :: Investment',
"Programming Language :: Python :: 2",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',