changelog: add recent changes (let/flet/labels and lambda-lists
authorDaniel Kochmański <daniel@turtleware.eu>
Mon, 17 Aug 2015 11:02:47 +0000 (13:02 +0200)
committerDaniel Kochmański <daniel@turtleware.eu>
Mon, 17 Aug 2015 11:02:47 +0000 (13:02 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
CHANGELOG

index 8b18cbc..12c09bc 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
    - 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