Skip to content

Commit 6641078

Browse files
authored
Added links
1 parent aff6b6c commit 6641078

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,35 +26,47 @@ If you love PyT, please star our project on GitHub to show your support! :star:
2626
##### November 1st, 2018
2727

2828
#### :boom: Breaking Changes
29-
* Changed trigger file format when specifying specific tainted args ([#182])
29+
* Changed trigger file format when specifying specific tainted args ([#182], thanks [@bcaller])
3030

3131
#### :tada: New Features
32-
* Function calls such as `list.append` and `dict.update` now propagate taint to the list or dict ([#181])
32+
* Function calls such as `list.append` and `dict.update` now propagate taint to the list or dict ([#181], thanks [@bcaller])
3333

3434
#### :bug: Bugfixes
35-
* IfExp (or ternary) expression handling improved ([#179])
35+
* IfExp (or ternary) expression handling improved ([#179], thanks [@bcaller])
36+
37+
[#179]: https://github.com/python-security/pyt/pull/179
38+
[#181]: https://github.com/python-security/pyt/pull/181
39+
[#182]: https://github.com/python-security/pyt/pull/182
40+
3641

3742
# 0.40
3843
##### September 11th, 2018
3944

4045
#### :mega: Release Highlights
41-
* Logging changes. Logging verbosity can be changed with `-v` to `-vvv` ([#172])
46+
* Logging changes. Logging verbosity can be changed with `-v` to `-vvv` ([#172], thanks [@bcaller])
4247

4348
#### :boom: Breaking Changes
4449
* Removed `--trim` option ([#169])
4550

4651
#### :tada: New Features
47-
* Added `--only-unsanitised` flag to not print sanitised vulnerabilities ([#172])
52+
* Added `--only-unsanitised` flag to not print sanitised vulnerabilities ([#172], thanks [@bcaller])
4853

4954
#### :bug: Bugfixes
50-
* Recursive functions don't cause `RecursionError` ([#173])
51-
* Handling of chained functions improved ([#171])
55+
* Recursive functions don't cause `RecursionError` ([#173], thanks [@bcaller])
56+
* Handling of chained functions improved ([#171], thanks [@bcaller])
57+
58+
[#169]: https://github.com/python-security/pyt/pull/169
59+
[#171]: https://github.com/python-security/pyt/pull/171
60+
[#172]: https://github.com/python-security/pyt/pull/172
61+
[#173]: https://github.com/python-security/pyt/pull/173
62+
5263

5364
# 0.39
5465
##### August 21st, 2018
5566

5667
...
5768

69+
5870
# 0.38
5971
##### August 2nd, 2018
6072

0 commit comments

Comments
 (0)