Updated CHANGELOG for 0.12.6

This commit is contained in:
Gil Forsyth 2022-06-21 10:44:07 -04:00
parent 976f38bdf8
commit 5401a246c6
2 changed files with 16 additions and 24 deletions

View file

@ -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
====================

View file

@ -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>