1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

doc update

This commit is contained in:
Kelly Brazil
2020-02-03 22:21:40 -08:00
parent 019c480bcc
commit 47d2f8968a
2 changed files with 2 additions and 0 deletions

View File

@ -1768,3 +1768,4 @@ Tested on:
- `xmltodict` module from https://github.com/martinblech/xmltodict by Martín Blech
- `ruamel.yaml` library from https://pypi.org/project/ruamel.yaml by Anthon van der Neut
- Parsing code from Conor Heine at https://gist.github.com/cahna/43a1a3ff4d075bcd71f9d7120037a501 adapted for some parsers
- Excellent constructive feedback from Ilya Sher (https://github.com/ilyash-b)

View File

@ -5,6 +5,7 @@ jc changelog
- Add ini file parser
- Add XML file parser
- Add __version__ variable to parser modules
- TODO: fix history lines to int
20191217 v1.6.1
- Add du parser (tested on linux and OSX)