Skip to content

Commit 7204a3e

Browse files
committed
Add change log file
1 parent 664370d commit 7204a3e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Change Log
2+
3+
## [v1.0.3] - 2014-06-05
4+
### Changed
5+
- Make logging unicode safe
6+
- Log on_predicate backoff as INFO rather than ERROR
7+
8+
## [v1.0.4] - 2014-08-12
9+
### Added
10+
- Python 2.6 support from @Bonko
11+
- Python 3.0 support from @robyoung
12+
- Run tests in Travis from @robyoung
13+
14+
## [v1.0.5] - 2015-02-03
15+
### Changed
16+
- Add a default interval of 1 second for the constant generator
17+
- Improve on_predicate stop condition avoiding extra sleep
18+
19+
## [v1.0.6] - 2015-02-10
20+
### Added
21+
- Coveralls.io integration from @singingwolfboy
22+
23+
### Changed
24+
- Fix logging bug for function calls with tuple params
25+
26+
## [v1.0.7] - 2015-02-10
27+
28+
### Changed
29+
- Fix string formatting for python 2.6
30+
31+
## [v1.1.0] - 2015-12-08
32+
### Added
33+
- Event handling for success, backoff, and giveup
34+
- Change log
35+
36+
### Changed
37+
- Docs and test for multi exception invocations
38+
- Update dev environment test dependencies

0 commit comments

Comments
 (0)