1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

changelog update

This commit is contained in:
Kelly Brazil
2020-02-05 16:50:55 -08:00
parent 0c03132847
commit 7b7e7fe0fe

View File

@ -7,7 +7,9 @@ jc changelog
- Add id parser - Add id parser
- Add crontab file parser with user support - Add crontab file parser with user support
- Add __version__ variable to parser modules - Add __version__ variable to parser modules
- Add exit code on error
- Updated history parser to output "line" as an integer - Updated history parser to output "line" as an integer
- Updated compatibility list for some parsers
- Bugfix in crontab file parser: header insertion was clobbering first row - Bugfix in crontab file parser: header insertion was clobbering first row
- Just-in-time loading of parser modules instead of loading all at start - Just-in-time loading of parser modules instead of loading all at start