Skip to content

Commit 4c92023

Browse files
committed
Update changelog for PR 2529
1 parent c2aed59 commit 4c92023

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,14 @@ The table below shows which release corresponds to each branch, and what date th
7979
- [#2524][2524] Raise EOFError during `process.recv` when stdout closes on Windows
8080
- [#2526][2526] Properly make use of extra arguments in `packing` utilities. `sign` parameter requires keyword syntax to specify it.
8181
- [#2517][2517] Allow to passthru kwargs on `ssh.__getattr__` convenience function to fix SSH motd problems
82+
- [#2529][2529] Add LoongArch64 support
8283

8384
[2507]: https://github.com/Gallopsled/pwntools/pull/2507
8485
[2522]: https://github.com/Gallopsled/pwntools/pull/2522
8586
[2524]: https://github.com/Gallopsled/pwntools/pull/2524
8687
[2526]: https://github.com/Gallopsled/pwntools/pull/2526
8788
[2517]: https://github.com/Gallopsled/pwntools/pull/2517
89+
[2529]: https://github.com/Gallopsled/pwntools/pull/2529
8890

8991
## 4.15.0 (`beta`)
9092
- [#2508][2508] Ignore a warning when compiling with asm on nix
@@ -194,7 +196,7 @@ The table below shows which release corresponds to each branch, and what date th
194196
- [#2308][2308] Fix WinExec shellcraft to make sure it's 16 byte aligned
195197
- [#2279][2279] Make `pwn template` always set context.binary
196198
- [#2310][2310] Add support to start a process on Windows
197-
- [#2335][2335] Add lookup optimizations in DynELF
199+
- [#2335][2335] Add lookup optimizations in DynELF
198200
- [#2334][2334] Speed up disasm commandline tool with colored output
199201
- [#2328][2328] Lookup using $PATHEXT file extensions in `which` on Windows
200202
- [#2189][2189] Explicitly define p64/u64 functions for IDE support
@@ -281,7 +283,7 @@ The table below shows which release corresponds to each branch, and what date th
281283

282284
## 4.11.0
283285

284-
- [#2185][2185] make fmtstr module able to create payload without $ notation
286+
- [#2185][2185] make fmtstr module able to create payload without $ notation
285287
- [#2103][2103] Add search for libc binary by leaked function addresses `libcdb.search_by_symbol_offsets()`
286288
- [#2177][2177] Support for RISC-V 64-bit architecture
287289
- [#2186][2186] Enhance `ELF.nx` and `ELF.execstack`

0 commit comments

Comments
 (0)