pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2017-01-03
2017-01-03 19:17:21 by Martin Nilsson <nilsson@fastmail.com>
a6c485b5e448118916e7582d1831f5735d0b482f (
5
lines) (+
5
/-
0
)
[
Show
|
Annotate
]
Branch:
8.1
Document + operator update for complex types.
82:
work correctly for objects, where previously only the first two objects where added.
+
When adding arrays, multisets and mappings, UNDEFINED will now
+
always be ignored. Previously it was only ignored when first in the
+
argument list, otherwise an exception would be thrown.
-
+
Incompatible changes --------------------