From 6ae738d6b9afbf203292c1c3ffb7cf5f676a75af Mon Sep 17 00:00:00 2001 From: Luca Bancale <43883450+sbancuz@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:08:59 +0100 Subject: [PATCH] Add pr to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecaac64d0..7b2dcb8d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,7 +72,7 @@ The table below shows which release corresponds to each branch, and what date th | [2.2.0](#220) | | Jan 5, 2015 ## 4.15.0 (`dev`) - +- [#2508][2508] Ignore a warning when compiling with asm - [#2471][2471] Properly close spawned kitty window - [#2358][2358] Cache output of `asm()` - [#2457][2457] Catch exception of non-ELF files in checksec. @@ -90,6 +90,7 @@ The table below shows which release corresponds to each branch, and what date th - [#2476][2476] Deprecate 'keepends' argument in favor of 'drop' in `tube.recvline*` - [#2364][2364] Deprecate direct commandline scripts invocation and exclude nonsense ones +[2508]: https://github.com/Gallopsled/pwntools/pull/2508 [2471]: https://github.com/Gallopsled/pwntools/pull/2471 [2358]: https://github.com/Gallopsled/pwntools/pull/2358 [2457]: https://github.com/Gallopsled/pwntools/pull/2457