Updated CHANGELOG for 0.10.1

This commit is contained in:
Daniel Shimon 2021-07-24 22:47:37 +03:00
parent 603ddba6ba
commit e9b12c8b70
3 changed files with 15 additions and 46 deletions

View file

@ -4,6 +4,21 @@ Xonsh Change Log
.. current developments
v0.10.1
====================
**Fixed:**
* ``execx`` and ``xonsh -c`` previously exposed xonsh-internal code in global scope. They also did not support defining variables and then referring to them in comprehensions, generators, functions, or lambdas. - https://github.com/xonsh/xonsh/issues/4363
* Short color token names can be used in ``register_custom_style()`` (#4339)
**Authors:**
* Gyuri Horak
* Jeremy Schlatter
v0.10.0
====================

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* ``execx`` and ``xonsh -c`` previously exposed xonsh-internal code in global scope. They also did not support defining variables and then referring to them in comprehensions, generators, functions, or lambdas. - https://github.com/xonsh/xonsh/issues/4363
**Security:**
* <news item>

View file

@ -1,23 +0,0 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Short color token names can be used in ``register_custom_style()`` (#4339)
**Security:**
* <news item>