@@ -28,7 +28,7 @@ Moving on to the super exciting territory we have [@jackpot51](https://github.co
**kernel**wise [@jackpot51](https://github.com/jackpot51) implemented interrupting on signals on pipes. He also made a hack to allow `rustc` to wait on non-child processes and incorporated a new `sys:syscall` scheme with the objective of seeing active system calls. He also migrated the **kernel** from the `collections` library and shipped many fixes to `waitpid`.
On the **Ion** side of things (and pretty much as always) we have a ton of stuff! But without a doubt, the highlights are for [@chrisvittal](https://github.com/chrisvittal)'s implementation of multiple redirection, enabling us to do things like: `cmd <file1 <file2 ^>> err-log > output | cmd2`. For more details on why this is such a big deal you might want to go the [PR](https://github.com/redox-os/ion/pull/553) link. Also, [@Shiwin](https://github.com/Shiwin) implemented `$regex_replace` while [@mmstick](https://github.com/mmstick) implemented `!!`, `!$``!0`, `!^` and `!*`.
On the **Ion** side of things (and pretty much as always) we have a ton of stuff! But without a doubt, the highlights are for [@chrisvittal](https://github.com/chrisvittal)'s implementation of multiple redirection, enabling us to do things like: `cmd <file1 <file2 ^>> err-log > output | cmd2` (Go see the [PR](https://github.com/redox-os/ion/pull/553) for more info). There were also a number of performance optimizations on assignments and parsing (remember that one of **Ion**'s goals is to remain at minimum as fast as the Dash shell) along better process expansion support (via forking). Lastly, [@Shiwin](https://github.com/Shiwin) implemented `$regex_replace` while [@mmstick](https://github.com/mmstick) implemented `!!`, `!$``!0`, `!^` and `!*`.
There was lots of activity on the **cookbook** too: The addition of man pages by [@jackpot51](https://github.com/jackpot51), [@NilSet](https://github.com/NilSet) adding a recipe for `PrBoom` (Yes! we *almost* run doom!). Mr [@goyox86](https://github.com/goyox86) adding support for the recently released `fd`, [@sajattack](https://github.com/sajattack) porting `termplay` finishing up with [@xTibor](https://github.com/xTibor) who added a `vttest` recipe.