-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG.txt
60 lines (42 loc) · 1.35 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
20XX-XX-XX: 0.4.4:
------------------
2023-11-04: 0.4.3:
------------------
* modernize CLI to use argparse (in favor of optparse)
2021-04-07: 0.4.2:
------------------
* add "License of output" paragraph to README, issue #5
* switch documentation from markdown to reStructuredText
2020-06-14: 0.4.1:
------------------
* improve documentation
* improve error message for too many keys
* add warning when default hash function is likely going to fail
2020-06-12: 0.4.0:
------------------
* remove Hash1, Hash3 functions (because those can fail)
* add example which uses salted Python's hash()
* add example with DEK hash function
* make template argument of generate_code() optional
2020-06-11: 0.3.1:
------------------
* improve testing and exmaples
2020-06-10: 0.3.0
-----------------
* changed default to use new hash function Hash4
* created tests in separate module
* remove --hashcol option
* remove --test option, add tests is seperate module
* add simple Hash3 and example C-3
* add Hash4 and example C-4
* fix typos trail -> trial, issue #2
2019-05-31: 0.2.1
-----------------
* update Python C extension example to work with Python 3.7
2019-05-27: 0.2.0
-----------------
* Support for Python 3
* reorganize code
2008-05-05: 0.1
---------------
* Initial release which only supported Python 2 (tested on 2.5)