From f5dd4ada986934cef1f7f302c60ebb64bd4ef40e Mon Sep 17 00:00:00 2001 From: Benjamin Cance Date: Wed, 4 Sep 2024 15:22:24 -0400 Subject: [PATCH] Update changes.md --- CHANGES.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 878754b..0c48c60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,28 @@ -## Versions 3.0.2 and 3.0.3 (2024-09-04) +## Version 3.0.5 + +### Fixes + +- Fixed a CSV writer initialization error (that I caused) when migration functionality to File_Writer.py +- Fixed a typo where we weren't correctly parsing Object IDs + +### Changes + +- Added verbosity options for output, `-v` works and so does `-vv`, `-d` works similarly. +- Introduced the concept of a testing framework in the testing/ folder. Please see `requirements-dev.txt` if you'd like to run those. +- In the testing framework, I copied/pasted the bulk of Constants.py and started to make tests for each item + +### Upcoming + +- _Fix the root path file name_ +- Still need to better utilize Python3 conventions +- I Can haz Database?! + + + + + +## Versions 3.0.2 and 3.0.3 ### Changes - Brought back XML, JSON outputs