next-release.md
1 2 3 4 5 6 7 |
### Fixes * Now adding **help.json** to installation folder when installing via nimble. ### New Features * The symbol **type?** is now able to check if a value satisfies a type expression, not only a simple type (#144). Note however that it is now necessary to prepend dictionary types with `dict:` (as in type expressions). |