mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Updated CHANGELOG for 0.12.6
This commit is contained in:
parent
976f38bdf8
commit
5401a246c6
2 changed files with 16 additions and 24 deletions
|
@ -4,6 +4,22 @@ Xonsh Change Log
|
|||
|
||||
.. current developments
|
||||
|
||||
v0.12.6
|
||||
====================
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* String literal concatenation now works with f-strings and path literals
|
||||
* A SyntaxError is raised when string literal concatenation is attempted with literals of different types (e.g. str and bytes)
|
||||
|
||||
**Authors:**
|
||||
|
||||
* Gil Forsyth
|
||||
* Noortheen Raja
|
||||
* Peter Ye
|
||||
|
||||
|
||||
|
||||
v0.12.5
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* String literal concatenation now works with f-strings and path literals
|
||||
* A SyntaxError is raised when string literal concatenation is attempted with literals of different types (e.g. str and bytes)
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
Loading…
Add table
Reference in a new issue