From e113455690a2d2efa39e35a02168a09efb44bc40 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Thu, 21 May 2015 13:12:32 +0200 Subject: [PATCH] Mention demise of .for --- docs/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ChangeLog b/docs/ChangeLog index c8ed1546fe9..e3f785027c0 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -25,6 +25,7 @@ New in 2015.05 + Variable will init/post/compose throw NYI instead of silently doing nothing + The "is cached" trait no longer works on methods, throws a NYI instead + Deprecations: + + Method .map should be used instead of .for + List/Supply.rotor now *must* have elems and gap specified + Test.pm functions are now kebab-cased (e.g. throws_like -> throws-like) + Fixes: