Merge branch 'master' into resolving-superclass-keys

This commit is contained in:
Ilya Puchka
2017-11-30 10:44:46 +00:00
committed by GitHub
6 changed files with 43 additions and 13 deletions

View File

@@ -6,6 +6,11 @@
- Added support for resolving superclass properties for not-NSObject subclasses
### Bug Fixes
- Fixed rendering `{{ block.super }}` with several levels of inheritance
## 0.10.1
### Enhancements