Skip to content

Commit 5b28ad8

Browse files
authored
Merge pull request #132 from rowingdude/quick_fixes
Update changes.md
2 parents 3456209 + f5dd4ad commit 5b28ad8

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGES.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11

2-
## Versions 3.0.2 and 3.0.3 (2024-09-04)
2+
## Version 3.0.5
3+
4+
### Fixes
5+
6+
- Fixed a CSV writer initialization error (that I caused) when migration functionality to File_Writer.py
7+
- Fixed a typo where we weren't correctly parsing Object IDs
8+
9+
### Changes
10+
11+
- Added verbosity options for output, `-v` works and so does `-vv`, `-d` works similarly.
12+
- Introduced the concept of a testing framework in the testing/ folder. Please see `requirements-dev.txt` if you'd like to run those.
13+
- In the testing framework, I copied/pasted the bulk of Constants.py and started to make tests for each item
14+
15+
### Upcoming
16+
17+
- _Fix the root path file name_
18+
- Still need to better utilize Python3 conventions
19+
- I Can haz Database?!
20+
21+
22+
23+
24+
25+
## Versions 3.0.2 and 3.0.3
326

427
### Changes
528
- Brought back XML, JSON outputs

0 commit comments

Comments
 (0)