From 8c62e18d1e8f60accadce45ece2cc51b902f2686 Mon Sep 17 00:00:00 2001 From: Victor Domingos Date: Mon, 7 May 2018 13:27:35 +0100 Subject: [PATCH] Update changelog.txt --- changelog.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changelog.txt b/changelog.txt index 4f29648..3533180 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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)