This release contains new whitespace control parameters that mimic behavior from Jinja2. Other improvements and internal refactoring are included as well. Thank you michalpokusa
To use in CircuitPython, simply install the [Adafruit CircuitPython Bundle](https://circuitpython.org/libraries).
To use in CPython, `pip3 install adafruit-circuitpython-templateengine`.
Read the [docs](https://circuitpython.readthedocs.io/projects/templateengine/en/latest/) for info on how to use it.
What's Changed
* Removing 8.x.x `re` module bug workarounds, `trim_blocks` and `lstrip_blocks` parameters by michalpokusa in https://github.com/adafruit/Adafruit_CircuitPython_TemplateEngine/pull/2
New Contributors
* michalpokusa made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_TemplateEngine/pull/2
**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_TemplateEngine/compare/1.0.1...1.1.0