- Added: new constructor that takes any kind of Iterable
- Deprecated:
List.fromArray
has been deprecated as the new constructor supports the same functionality (and is faster!) - docs: A section on creating Lists was added to docs/README.md and the Array vs List section was moved into a separate file