Drop support for Q041

This commit is contained in:
Dmitri Tikhonov 2018-05-09 14:43:22 -04:00
parent 052a1c28ad
commit 97028223ac
13 changed files with 12 additions and 1640 deletions

View file

@ -1,9 +1,7 @@
2018-05-09
- [FEATURE] Add support for Q043.
- Support for versions Q037, Q038, and Q042 has been removed.
- Q041 is marked deprecated. It is still fully usable, but not
enabled by default.
- Support for versions Q037, Q038, Q041, and Q042 has been removed.
- Fix typo in debug message.
- Fix code indentation.
- Add /* fallthru */ comment to stop newer gcc from complaining.