- Fixed a problem where numerous errors would lead to numerous popup boxes. Now exits after the first error. Or should, anyway.
- Improved logging, in large part thanks to this reader-friendly writeup.
- Added a check_dates_and_times function to help end users debug errors.
- Added some basic tests with nose.
- Made checking and allowing None values more robust.
- Improved error handling for blank or improper headers.
- Fixed bug in reporting which header caused an error.
- Updated to read files as universal newline to avoid issues with excel-generated CSVs.
- Decided to implement a changelog because of v2.
- I actually don't remember what I changed.
- Initial release