mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 00:41:00 +01:00
21 lines
472 B
ReStructuredText
21 lines
472 B
ReStructuredText
**Added:**
|
|
|
|
* ``xonsh.completers`` subpackage is now amalgamated.
|
|
* amalgamate.py will now warn if the same name is defined across multiple
|
|
different files.
|
|
|
|
**Changed:** None
|
|
|
|
**Deprecated:** None
|
|
|
|
**Removed:** None
|
|
|
|
**Fixed:**
|
|
|
|
* Fixed multiple definition of ``EQUAL``.
|
|
* Fixed multiple definition of ``pprint``.
|
|
* Fixed multiple definition of ``pyghooks``.
|
|
* Fixed multiple definition of ``pygments``.
|
|
* Fixed multiple definition of ``tokenize``.
|
|
|
|
**Security:** None
|