Tweak latest NEWS entry

This commit is contained in:
Elliot Winkler 2014-07-25 23:33:05 -06:00
parent b639f839c2
commit d5c28418f4
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
### Bug fixes
* Fix `delegate_method` so that it works if the delegate method is private.
* Fix `delegate_method` so that it does not raise an error if the method that
returns the delegate object is private.
### Improvements