diff options
author | Joffrey F <joffrey@docker.com> | 2015-04-28 10:44:46 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2015-04-28 10:48:09 -0700 |
commit | e5ce67e72f62326c008cc08cc9e41be9c367d5d3 (patch) | |
tree | 59b5e3c37665d230e03e997a09da4dfa49fa1b76 /docs/change_log.md | |
parent | f6b816c2649c704e80899478f168b00a36034d29 (diff) | |
download | docker-py-1.2.1-release.tar.gz |
Bumped version, changelog1.2.1-release
Diffstat (limited to 'docs/change_log.md')
-rw-r--r-- | docs/change_log.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/change_log.md b/docs/change_log.md index 54da540..d061159 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -1,6 +1,14 @@ Change Log ========== +1.2.1 +----- + +### Bugfixes + +* Fixed a bug where the check_resource decorator would break with some + argument-passing methods. (#573) + 1.2.0 ----- |