Skip to content

Commit 79f8bb9

Browse files
committed
changelog
1 parent 0add811 commit 79f8bb9

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
@@ -74,7 +74,7 @@ The table below shows which release corresponds to each branch, and what date th
7474

7575
## 5.0.0 (`dev`)
7676

77-
- [#XXX][XXX] `checksec` argument of `ELF` class now defaults to `False`.
77+
- [#2549][2549] `checksec` argument of `ELF` class now defaults to `False`.
7878
- [#2519][2519] Drop Python 2.7 support / Require Python 3.10
7979
- [#2507][2507] Add `+LINUX` and `+WINDOWS` doctest options and start proper testing on Windows
8080
- [#2522][2522] Support starting a kitty debugging window with the 'kitten' command
@@ -87,7 +87,7 @@ The table below shows which release corresponds to each branch, and what date th
8787
- [#2506][2506] ROP: fix `ROP(ELF(exe)).leave` is `None` in some ELF
8888
- [#2504][2504] doc: add example case for `tuple` (host, port pair) in `gdb.attach`
8989

90-
[XXX]: https://github.com/Gallopsled/pwntools/pull/XXX
90+
[2549]: https://github.com/Gallopsled/pwntools/pull/2549
9191
[2519]: https://github.com/Gallopsled/pwntools/pull/2519
9292
[2507]: https://github.com/Gallopsled/pwntools/pull/2507
9393
[2522]: https://github.com/Gallopsled/pwntools/pull/2522

0 commit comments

Comments
 (0)