Skip to content

Commit a7bbe72

Browse files
committed
CHANGELOG: mv #2506 to 5.0.0
1 parent 78f6f80 commit a7bbe72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ The table below shows which release corresponds to each branch, and what date th
8383
- [#2527][2527] Allow setting debugger path via `context.gdb_binary`
8484
- [#2530][2530] Do NOT error when passing directory arguments in `checksec` commandline tool.
8585
- [#2529][2529] Add LoongArch64 support
86+
- [#2506][2506] ROP: fix `ROP(ELF(exe)).leave` is `None` in some ELF
8687
- [#2504][2504] doc: add example case for `tuple` (host, port pair) in `gdb.attach`
8788

8889
[2519]: https://github.com/Gallopsled/pwntools/pull/2519
@@ -94,6 +95,7 @@ The table below shows which release corresponds to each branch, and what date th
9495
[2527]: https://github.com/Gallopsled/pwntools/pull/2527
9596
[2530]: https://github.com/Gallopsled/pwntools/pull/2530
9697
[2529]: https://github.com/Gallopsled/pwntools/pull/2529
98+
[2506]: https://github.com/Gallopsled/pwntools/pull/2506
9799
[2504]: https://github.com/Gallopsled/pwntools/pull/2504
98100

99101
## 4.15.0 (`beta`)
@@ -115,7 +117,6 @@ The table below shows which release corresponds to each branch, and what date th
115117
- [#2502][2502] Fix loading ELF files without valid .dynamic section
116118
- [#2476][2476] Deprecate 'keepends' argument in favor of 'drop' in `tube.recvline*`
117119
- [#2364][2364] Deprecate direct commandline scripts invocation and exclude nonsense ones
118-
- [#2506][2506] ROP: fix `ROP(ELF(exe)).leave` is `None` in some ELF
119120

120121
[2508]: https://github.com/Gallopsled/pwntools/pull/2508
121122
[2471]: https://github.com/Gallopsled/pwntools/pull/2471
@@ -134,7 +135,6 @@ The table below shows which release corresponds to each branch, and what date th
134135
[2502]: https://github.com/Gallopsled/pwntools/pull/2502
135136
[2476]: https://github.com/Gallopsled/pwntools/pull/2476
136137
[2364]: https://github.com/Gallopsled/pwntools/pull/2364
137-
[2506]: https://github.com/Gallopsled/pwntools/pull/2506
138138

139139
## 4.14.1
140140

0 commit comments

Comments
 (0)