Bump changelog version marker for release

This commit is contained in:
Marcel Molina 2009-04-20 18:37:56 -07:00
Родитель 1db1f35184
Коммит 449c6afca2
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,7 @@
head:
0.6.1:
- Use custom __method__ in Ruby versions *prior* to 1.8.7 not *up to* 1.8.7.
- Rename Kernel#memoize to Kernel#expirable_memoize so that it doesn't conflict with memoize method in ActiveSupport which has an entirely different API and semantics. Reported by [Florian Dütsc (mail@florian-duetsch.de)].