@@ -79,6 +79,7 @@ The table below shows which release corresponds to each branch, and what date th
7979- [ #1841 ] [ 1841 ] Add colored_traceback
8080- [ #1839 ] [ 1839 ] run_in_new_terminal now creates a runner script if given a list or tuple
8181- [ #1833 ] [ 1833 ] Add pwnlib.filesystem module
82+ - [ #1852 ] [ 1852 ] Fix ` atexit ` on Python 3
8283
8384[ 1261 ] : https://github.com/Gallopsled/pwntools/pull/1261
8485[ 1695 ] : https://github.com/Gallopsled/pwntools/pull/1695
@@ -88,24 +89,15 @@ The table below shows which release corresponds to each branch, and what date th
8889[ 1757 ] : https://github.com/Gallopsled/pwntools/pull/1757
8990[ 1758 ] : https://github.com/Gallopsled/pwntools/pull/1758
9091[ 1780 ] : https://github.com/Gallopsled/pwntools/pull/1780
91- <<<<<<< HEAD
92-
9392[ 1941 ] : https://github.com/Gallopsled/pwntools/pull/1941
94-
95- =======
96- [ 1941 ] : https://github.com/Gallopsled/pwntools/pull/1941
97- >>>>>>> stable
9893[ 1811 ] : https://github.com/Gallopsled/pwntools/pull/1811
9994[ 1827 ] : https://github.com/Gallopsled/pwntools/pull/1827
10095[ 1841 ] : https://github.com/Gallopsled/pwntools/pull/1841
10196[ 1839 ] : https://github.com/Gallopsled/pwntools/pull/1839
10297[ 1833 ] : https://github.com/Gallopsled/pwntools/pull/1833
98+ [ 1852 ] : https://github.com/Gallopsled/pwntools/pull/1852
10399
104- <<<<<<< HEAD
105- ## 4.4.0 (` beta ` )
106- =======
107100## 4.4.0 (` stable ` )
108- >>>>>>> stable
109101
110102- [ #1541 ] [ 1541 ] Use ` context.newline ` for tubes by default
111103- [ #1602 ] [ 1602 ] Fix bytes handling in ssh tubes
@@ -151,7 +143,6 @@ The table below shows which release corresponds to each branch, and what date th
151143
152144## 4.3.1
153145
154- - [ #1852 ] [ 1852 ] Fix ` atexit ` on Python 3
155146- [ #1732 ] [ 1732 ] Fix shellcraft SSTI vulnerability (first major pwntools vuln!)
156147
157148[ 1732 ] : https://github.com/Gallopsled/pwntools/pull/1732
0 commit comments