changelog update

This commit is contained in:
adam j hartz 2016-05-21 10:27:16 -04:00
parent e5d97f5c2b
commit c260eafc11

View file

@ -8,6 +8,8 @@ Current Developments
* When a subprocess exits with a signal (e.g. SIGSEGV), a message is printed,
similar to Bash.
* ``@$(cmd)`` has been added as a subprocess-mode operator, which replaces in
the subprocess command itself with the result of running ``cmd``.
**Changed:** None