Skip to content

Commit

Permalink
Added CHANGELOG for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Aug 5, 2015
1 parent ff790d5 commit bc695cc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 0.7.0 (2015-xx-xx)
--------------------------
Added support for Python 2 unicode strings using six library, thanks @mthomas! (#138)
Started handling RequestExceptions (#134)
Started treating all 2xx and 3xx status codes as successful (#133)
Made Emitter and AsyncEmitter thread-safe (#130)
Made the number of worker threads used by the AsyncEmitter configurable (#136)
Fixed on_failure implementation for POST requests (#135)
Fixed to latest Peru version (#132)
Fixed code formatting in README (#129)

Version 0.6.0.post1 (2015-02-14)
--------------------------------
Improved logging (#109)
Expand Down

0 comments on commit bc695cc

Please sign in to comment.