mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
21 lines
320 B
ReStructuredText
21 lines
320 B
ReStructuredText
**Added:**
|
|
|
|
* Regular expressions for enviroment variable matching
|
|
|
|
* __contains__ method on Env
|
|
|
|
**Changed:**
|
|
|
|
* Implementation of expandvars now uses regex
|
|
|
|
**Deprecated:** None
|
|
|
|
**Removed:**
|
|
|
|
* _is_in_env, _get_env_string functions on tools
|
|
|
|
**Fixed:**
|
|
|
|
* more matching cases for envvar reference
|
|
|
|
**Security:** None
|