v0.1.8 -- 2014-05-02
  * Attempt to blindly fix issue 21: https://github.com/jgillick/LendingClubAutoInvestor/issues/21

v0.1.7 -- 2014-02-05
  * Fix strut token tag value from recent LendingClub site change (issue #10)

v0.1.6 -- 2013-11-06
  * Prevent returning a portfolio (build_portfolio) if LendingClub tries to sneak in a note with an investment amount greater than max_per_note.

v0.1.5 -- 2013-09-05
  * Better error handling when a SavedFilter cannot be found.

v0.1.4 -- 2013-09-05
  * Upcase the license file name to LICENSE.txt
  * Doc updates

v0.1.2 -- 2013-07-31
  * Let FilterByLoanID accept list of IDs
  * Add sphinx API documentation
  * Default redirects to True for HTTP requests
  * Add do_not_clear_staging parameter back to build_portfolio

v0.1.1 -- 2013-07-29
  * Batch order bug fixes
    + Fix bugs with staging orders. List of IDs had to be converted to strings before joining (https://github.com/jgillick/LendingClub/issues/1)
    + Add support for passing a list of IDs to batch_add, instead of list of dicts
    + Add loan_id validation to Filter and FilterByLoanID
    + More type checking and assertions
    + More unittests
    + More examples in README

v0.1
  * Bug fixes
  * Added SavedFilters
  * More note search criteria

v0.1b
  * Initial port from LendingClubAutoInvestor
  * Full unit testing
  * First end-to-end live investment made.
  * More testing is required to ensure stability.
