changelog update

This commit is contained in:
Robin Müller 2020-12-01 14:01:04 +01:00
parent 4b83738241
commit 1f78496cd3
1 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,7 @@
- vRequestContextSwitchFromISR is declared extern "C" so it can be defined in
a C file without issues
### EnhancedControllerBase
- New base class for a controller which also implements HasActionsIF and HasLocalDataPoolIF