Skip to content

Commit 5b7d06b

Browse files
authored
Changed Unreleased to 0.37
And added #155 notes
1 parent bc3200c commit 5b7d06b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ If you love PyT, please star our project on GitHub to show your support! :star:
2323
[@xxxx]: https://github.com/xxxx
2424
-->
2525

26-
# Unreleased
26+
# 0.37
27+
##### July 30, 2018
2728

2829
#### :tada: New Features
2930

@@ -47,9 +48,11 @@ If you love PyT, please star our project on GitHub to show your support! :star:
4748

4849
* Added per-arg taint, for sink functions ([#147], thanks [@bcaller])
4950
* Improved tuple assingment to be more precise and support starargs ([#150], thanks [@bcaller])
51+
* AugAssign, Yield, and YieldFrom taint propagation improvements ([#155], thanks [@bcaller])
5052

5153
[#147]: https://github.com/python-security/pyt/pull/147
5254
[#150]: https://github.com/python-security/pyt/pull/150
55+
[#155]: https://github.com/python-security/pyt/pull/155
5356

5457
#### :bug: Bugfixes
5558
* Fixed a bug where `get_call_names` only handled ast.Attribute nodes ([#148], thanks [@bcaller])

0 commit comments

Comments
 (0)