Skip to content

Commit 95e2ac3

Browse files
authored
Added older 0.39 version details
1 parent 52cac9d commit 95e2ac3

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,27 @@ If you love PyT, please star our project on GitHub to show your support! :star:
7575
# 0.39
7676
##### August 21st, 2018
7777

78-
...
78+
#### :tada: New Features
79+
80+
* Added handling of assignment unpacking e.g. `a, b, c = d` ([#164], thanks [@bcaller])
81+
* Made file loading and vulnerability order deterministic ([#165], thanks [@bcaller])
82+
83+
#### :bug: Bugfixes
84+
* Fixed VarsVisitor RuntimeError on code like `f(g(a)(b)(c))` ([#163], thanks [@bcaller])
85+
86+
#### :telescope: Precision
87+
88+
* Taint propagates from methods of tainted objects ([#167], thanks [@bcaller])
89+
90+
#### :snake: Miscellaneous
91+
92+
* Cleaned test cases of extraneous reassignments ([#166], thanks [@bcaller])
93+
94+
[#163]: https://github.com/python-security/pyt/pull/163
95+
[#164]: https://github.com/python-security/pyt/pull/164
96+
[#165]: https://github.com/python-security/pyt/pull/165
97+
[#166]: https://github.com/python-security/pyt/pull/166
98+
[#167]: https://github.com/python-security/pyt/pull/167
7999

80100

81101
# 0.38

0 commit comments

Comments
 (0)