Skip to content

Commit

Permalink
Update changelog.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
victordomingos authored May 7, 2018
1 parent fb7a3b8 commit 8c62e18
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Version history:
================


---
v.1.3 - 07/05/2018
(Contributed by Natalia Bondarenko)
* Added .gitignore.
* Unit tests:
- dataset for tests, test cases for ArgumentParser, WordCounter, some functions (positive testing);
- added return statement in some functions for testing purposes.
* Utils:
- transfer functions that do not belong to any class in utils (def get_file_extension and def human_mem_size);
- added decorator to intercept KeyboardInterrupt and common Exceptions;
- class WordCounter moved to separate file.
* To run the main program thread, the function def main_flow(args) was created.
* Added some Type hints.

---
v.1.2 - 04/05/2018
(Special thanks to Natalia Bondarenko, Fred Cirera and Sridhar Ratnakumar)
Expand Down

0 comments on commit 8c62e18

Please sign in to comment.