diff options
| -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) |
