Repositories
/
ecl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b2b2ac
)
changelog: add recent changes (let/flet/labels and lambda-lists
author
Daniel Kochmański
<daniel@turtleware.eu>
Mon, 17 Aug 2015 11:02:47 +0000
(13:02 +0200)
committer
Daniel 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
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG
b/CHANGELOG
index
8b18cbc
..
12c09bc
100644
(file)
--- 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