v2.2.0
Fixed:
- reference types can now be used, for real this time. this is why you write the unit tests first, folks!
- contrary to what was stated in the 2.1.0 release notes, using
inout
rather thanin
did not make reference types usable; classes were still forced to beconst
.
- contrary to what was stated in the 2.1.0 release notes, using
- the documentation now includes the module as a whole.