Drop support for versions Q037, Q038, and Q042

This commit is contained in:
Dmitri Tikhonov 2018-05-09 14:01:46 -04:00
parent d5eb659e46
commit 052a1c28ad
24 changed files with 87 additions and 88 deletions

View file

@ -1,8 +1,9 @@
2018-05-09
- [FEATURE] Add support for Q043.
- Q041 and Q042 are marked deprecated. They are still fully usable,
but not enabled by default.
- Support for versions Q037, Q038, and Q042 has been removed.
- Q041 is marked deprecated. It is 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.