New Features
* State behaves like local dict in https://github.com/da-h/miniflask/pull/90
* Show variable definiton locations for [definitions] and on CLI-argument error in https://github.com/da-h/miniflask/pull/86
* Optional variables in https://github.com/da-h/miniflask/pull/88
* Tuple variables in https://github.com/da-h/miniflask/pull/89
Api-Changes
(minor, but possibly breaking)
* `set_scope` should set absoulte id (without repository base name) in https://github.com/da-h/miniflask/pull/87
* Remove unneeded `state.scope(...,local)` Argument in https://github.com/da-h/miniflask/pull/91
* Replaced attached event-properties with hidden database in https://github.com/da-h/miniflask/pull/92
Note
Consider also the recent (minor) Api-Changes / Features of the last Releases (`v2.1` and `v2.2`)
* Keep attached events on redefinition in https://github.com/da-h/miniflask/pull/85
* Re-enable relative imports by in https://github.com/da-h/miniflask/pull/83
* call only one single before/after-call for non unique events in https://github.com/da-h/miniflask/pull/76
**Full Changelog**: https://github.com/da-h/miniflask/compare/v2.2.0...v3.0.0