From: Daniel Kochmański Date: Mon, 17 Aug 2015 11:02:47 +0000 (+0200) Subject: changelog: add recent changes (let/flet/labels and lambda-lists X-Git-Tag: ECL-16.0.0~1^2~39 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=ddb503a91922781d19f0f62bec8b66df267b578d;p=ecl.git changelog: add recent changes (let/flet/labels and lambda-lists Signed-off-by: Daniel Kochmański --- diff --git a/CHANGELOG b/CHANGELOG index 8b18cbc..12c09bc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -47,7 +47,14 @@ - methods can be specialized on both single-float and double-float (built-in classes were added for them) + - LET/FLET/LABELS will signal error if parameter of the same name will + appear multiple times + + - lambda lists with repeated required parameter name are considered + invalid + ** Enhancements: + - Verification if manual is up-to-date, providing corrections for outdated parts