mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Fixes to news file
This commit is contained in:
parent
3f87a09034
commit
1349b6eb51
1 changed files with 4 additions and 4 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
**Changed:**
|
||||
|
||||
* Changed `XonshSession.link_builtins` to set a `DynamicAccessProxy` for each `builtin` link
|
||||
* `events` is now unlinked from `builtins`
|
||||
* Changed ``XonshSession.link_builtins`` to set a ``DynamicAccessProxy`` for each ``builtin`` link
|
||||
* ``events`` is now unlinked from ``builtins``
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
|
@ -13,8 +13,8 @@
|
|||
|
||||
**Removed:**
|
||||
|
||||
* Removed `DeprecationWarningProxy`; no longer needed
|
||||
* Removed `load_proxies` and `unload_proxies`; moved functionality to `XonshSession.link_builtins`, `XonshSession.unlink_builtins`, respectively.
|
||||
* Removed ``DeprecationWarningProxy``; no longer needed
|
||||
* Removed ``load_proxies`` and ``unload_proxies``; moved functionality to ``XonshSession.link_builtins``, ``XonshSession.unlink_builtins``, respectively.
|
||||
|
||||
**Fixed:**
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue