- [2202][2202] Fix `remote` and `listen` in sagemath
- [2117][2117] Add -p (--prefix) and -s (--separator) arguments to `hex` command
- [2221][2221] Add shellcraft.sleep template wrapping SYS_nanosleep
- [2219][2219] Fix passing arguments on the stack in shellcraft syscall template
- [2212][2212] Add `--libc libc.so` argument to `pwn template` command
- [2257][2257] Allow creation of custom templates for `pwn template` command
- [2225][2225] Allow empty argv in ssh.process()
- [2349][2349] Fix term.readline omitting a trailing \n
- [2352][2352] add `RETURN_CONST` as an allowed `_const_code` in safeeval
[2202]: https://github.com/Gallopsled/pwntools/pull/2202
[2117]: https://github.com/Gallopsled/pwntools/pull/2117
[2221]: https://github.com/Gallopsled/pwntools/pull/2221
[2219]: https://github.com/Gallopsled/pwntools/pull/2219
[2212]: https://github.com/Gallopsled/pwntools/pull/2212
[2257]: https://github.com/Gallopsled/pwntools/pull/2257
[2225]: https://github.com/Gallopsled/pwntools/pull/2225
[2349]: https://github.com/Gallopsled/pwntools/pull/2349
[2352]: https://github.com/Gallopsled/pwntools/pull/2352