Update changelog

This commit is contained in:
Mitchell Hanberg 2020-11-04 20:11:26 -05:00
parent da3dd6b214
commit aa9a7dd578

View file

@ -26,6 +26,8 @@ end
# </div>
```
- it now parses `case` expressions
### Breaking
Components are now defined using modules. You can convert your existing components by configuring your component prefix and wrapping your current component files in the `Temple.Component` behaviour implementation.