mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
fix news
This commit is contained in:
parent
2788ae3308
commit
b770abcda6
1 changed files with 5 additions and 1 deletions
|
@ -1,10 +1,14 @@
|
|||
**Added:**
|
||||
|
||||
* Starting form ``xonsh.api`` (#5383 #5538).
|
||||
* Created ``xonsh.api`` to use xonsh functionality in pure python code and downstream projects (#5383 #5538).
|
||||
It's usable but don't treat this serios because it's mostly to move some functions into distinct
|
||||
submodule to reflect the intention to have the API. We need review and improvements here.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* Big refactoring of internal modules structure to give clear understanding of internal xonsh components (#5538).
|
||||
E.g. if you have ``import xonsh.jobs`` convert this to ``import xonsh.procs.jobs``.
|
||||
This kind of refactoring occurs once per many years.
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue