mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Update changelog for 0.4.5 (#707)
This commit is contained in:
parent
7ca1bd1cd5
commit
ea8d3d55a5
1 changed files with 14 additions and 0 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,3 +1,17 @@
|
|||
# 0.4.5 - 2022-06-17
|
||||
|
||||
## New Contributors
|
||||
|
||||
- @zzl0 made their first contribution in https://github.com/Instagram/LibCST/pull/704
|
||||
|
||||
## Fixes
|
||||
|
||||
- Only skip supported escaped characters in f-strings by @zsol in https://github.com/Instagram/LibCST/pull/700
|
||||
- Escaping quote characters in raw string literals causes a tokenizer error by @zsol in https://github.com/Instagram/LibCST/issues/668
|
||||
- Corrected a code example in the documentation by @zzl0 in https://github.com/Instagram/LibCST/pull/703
|
||||
- Handle multiline strings that start with quotes by @zzl0 in https://github.com/Instagram/LibCST/pull/704
|
||||
- Fixed a performance regression in libcst.metadata.ScopeProvider by @lpetre in https://github.com/Instagram/LibCST/pull/698
|
||||
|
||||
# 0.4.4 - 2022-06-13
|
||||
|
||||
## New Contributors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue