ChangeLog: Note major changes (with credits!!)

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2021-05-30 15:15:06 -04:00
parent 3bc5f16c4c
commit c99529852a
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,16 @@
2021-01-11 David A. Wheeler
* Added support for generating SARIF output, use --sarif.
A big thanks to Yong Yan for this work!
* Track curly brace level to reduce some problems, my thanks to
Greg Myers for the work!
* Improved handling of Git patch format, thanks to
Robin Geffroy.
* Improve cross-platform ease-of-use by using entry_points.
Note that this means that the program is now named
flawfinder.py (not "flawfinder"), though "make install" will still
install it as "flawfinder" (so those who install it via
"make install" will see no change). Many thanks to Ben Spoor!
2021-01-11 David A. Wheeler
* Version 2.0.15
* Fixed some release problems in 2.0.14.