Skip to content

Commit 28ecdf8

Browse files
committed
update changelog
1 parent bca1995 commit 28ecdf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The table below shows which release corresponds to each branch, and what date th
7373

7474
## 4.15.0 (`dev`)
7575

76+
- [#2504][2504] doc: add example case for `tuple` (host, port pair) in `gdb.attach`
7677
- [#2471][2471] Properly close spawned kitty window
7778
- [#2358][2358] Cache output of `asm()`
7879
- [#2457][2457] Catch exception of non-ELF files in checksec.
@@ -87,6 +88,7 @@ The table below shows which release corresponds to each branch, and what date th
8788
- [#2291][2291] Fix attaching to a gdbserver with tuple `gdb.attach(('0.0.0.0',12345))`
8889
- [#2410][2410] Add `tube.upload_manually` to upload files in chunks
8990

91+
[2504]: https://github.com/Gallopsled/pwntools/pull/2504
9092
[2471]: https://github.com/Gallopsled/pwntools/pull/2471
9193
[2358]: https://github.com/Gallopsled/pwntools/pull/2358
9294
[2457]: https://github.com/Gallopsled/pwntools/pull/2457

0 commit comments

Comments
 (0)