Merge branch 'master' into fix-float-from-int

This commit is contained in:
Ilya Puchka
2018-01-01 14:26:27 +01:00
committed by GitHub
3 changed files with 116 additions and 6 deletions

View File

@@ -5,6 +5,8 @@
### Enhancements
- Added support for resolving superclass properties for not-NSObject subclasses
- The `{% for %}` tag can now iterate over tuples, structures and classes via
their stored properties.
### Bug Fixes