Update CREDITS.md and ChangeLog.md

* It's rather odd to get credits for .gitignore patterns but not for
  the driver I wrote so change that ... ;)
* Also make the credits for minor stuff more generic so that I don't
  have to update that file for every one line patch.
* Finally add the new driver to the change log
This commit is contained in:
Harald Geyer
2016-08-02 20:26:46 +02:00
parent da6ab836e1
commit b262971074
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -420,8 +420,9 @@ flexible :)
- [Harald Geyer](mailto:harald@ccbib.org)
- Cleanup I2C handling (https://github.com/lcdproc/lcdproc/pull/8)
- Add more patterns to .gitignore (https://github.com/lcdproc/lcdproc/pull/9)
- Driver for the linux input subsystem
- Driver and font for Olimex MOD-LCD1x9 14 segment display
- Various minor and not-so-minor cleanups and fixes
- Colin Munro (colinmunro)
+1
View File
@@ -6,6 +6,7 @@ v0.5dev (ongoing development)
- [added] New driver linux_input (https://github.com/lcdproc/lcdproc/pull/7)
- [fixed] Cleanup I2C handling (https://github.com/lcdproc/lcdproc/pull/8)
- [fixed] Add more patterns to .gitignore (https://github.com/lcdproc/lcdproc/pull/9)
- [added] New driver for Olimex MOD-LCD1x9
v0.5.7
- [fixed] Fix using the left key to change the ring and checkbox menu items