xonsh/news/xonsh_refactoring.rst
Andy Kipp 659b404f72
refactoring 5538: news about refactoring (#5559)
See the list of pull requests in
https://github.com/xonsh/xonsh/issues/5538

## For community
⬇️ **Please click the 👍 reaction instead of leaving a `+1` or 👍
comment**

---------

Co-authored-by: a <1@1.1>
2024-06-29 11:46:28 +02:00

25 lines
541 B
ReStructuredText

**Added:**
* Starting form ``xonsh.api`` (#5383 #5538).
**Changed:**
* Big refactoring of internal modules structure to give clear understanding of internal xonsh components (#5538).
**Deprecated:**
* Starting from this release we notify that in the future we will not recommend to use ``xonsh.procs.run_subproc``
and ``xonsh.built_ins.subproc_*`` functions for downstream projects because of #5383.
We will develop ``xonsh.api`` as alternative.
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>