diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2015-12-09 10:11:23 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2015-12-09 10:11:23 +0100 |
| commit | f62d1193eb597c3fb9f47391452d4fbda7613546 (patch) | |
| tree | 86a11872bff37b152d605827022bf1b0d91741a0 | |
| parent | a26c55c0d527e1b09b996e29f9d9d816d085addd (diff) | |
| download | python-decorator-git-f62d1193eb597c3fb9f47391452d4fbda7613546.tar.gz | |
Updated the changelog
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 90f275b..f936eb9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,8 @@ HISTORY -------- -4.0.5 Fixed a bug signaled by David Goldstein: now you can use the name `f` - as a keyword argument of decorated functions. Avoid copying the globals, +4.0.5 Documented a quirk signaled by David Goldstein when writing decorators + for functions with keyword arguments. Avoided copying the globals, as signaled by Benjamin Peterson (2015/12/09) 4.0.4 Included a patch from Zev Benjamin: now decorated functions play well with cProfile (2015/09/25) |
