- Added
Seed::chain
method for iterable collection chaining: the new method takes overSeed::merged
which becomes its alias for backward compatibility. - Deprecated
Seed::merged
, useSeed::chain
instead. - Fixed repeated calls to
ShadowNode::reconstructRealTree
causing index collisions.