mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00

As per an insightful comment by @matheus2740: https://github.com/xonsh/xonsh/issues/2944#issuecomment-443534690 pull request #2695 only covered ptk1. This commit replicates it for ptk2. Closes #2944.
27 lines
378 B
ReStructuredText
27 lines
378 B
ReStructuredText
**Added:**
|
|
|
|
* <news item>
|
|
|
|
**Changed:**
|
|
|
|
* <news item>
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* Fixed issue with pygments-cache not properly generating a cache the first
|
|
time when using prompt-toolkit when using ``ptk2``.
|
|
This was due to a lingering lazy import of ``pkg_resources``
|
|
that has been removed.
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|
|
|