[FEATURE] Add support for Q043

This commit is contained in:
Dmitri Tikhonov 2018-05-09 08:57:43 -04:00
parent d0a7c0c18f
commit c95974e91b
5 changed files with 25 additions and 8 deletions

View file

@ -1,3 +1,13 @@
2018-05-09
- [FEATURE] Add support for Q043.
- Q041 and Q042 are marked deprecated. They are still fully usable,
but not enabled by default.
- Fix typo in debug message.
- Fix code indentation.
- Add /* fallthru */ comment to stop newer gcc from complaining.
- Logger: fix compilation of optimized Windows build.
2018-05-04
- [FEATURE] Add support for Q042.