What's Changed
- :bug: Fix #1 - Crash when inheriting with local_storage by @kris-jusiak in https://github.com/boost-ext/te/pull/2
- :bug: Fix #3 No support for move-only types by @kris-jusiak in https://github.com/boost-ext/te/pull/4
- :new: [C++20] Concepts generation from type erased interface declaration by @kris-jusiak in https://github.com/boost-ext/te/pull/5
- Concepts auto by @kris-...