From: Ari Johnson Date: Tue, 9 Jun 2009 22:45:52 +0000 (+0000) Subject: Note apply() in changes file X-Git-Tag: 0.73p2~33 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=5d9d73e1844885335aa1323c2a95869736a50a10;p=cobramush.git Note apply() in changes file (cherry picked from commit ed0ea050a9820aa73964c400ad88f3560b0883c4) --- diff --git a/game/txt/changes/0.73p2 b/game/txt/changes/0.73p2 index bd4a3c6..fba1e5f 100644 --- a/game/txt/changes/0.73p2 +++ b/game/txt/changes/0.73p2 @@ -10,3 +10,7 @@ CobraMUSH Version 0.73p2 Fixes: * Add 'Command' lock to list of exemptions to Pass_Locks power [AEJ] + Functions: + * apply(fun, arglist[, delim]) will apply the ufun-style function to the + given list of arguments +