Warning: Breaking Change
* Fixed: impossibility to use imported Jinja2 macros, without `with context`
clause (81). Now macros are imported as global.
* **Removed: Do not define macros as variables any longer, but as macros.**
- incorrect: `env.variables['foo'] = foo` (though it should still work)
- correct: prefix declaration with `env.macros`
or `env.macros['foo'] = foo`
* Added: Changelog is also part of documentation
* Added: Documentation moved under Material them, slate variant (dark)
* Added: Amended documentation (test install, discussions)