Skip to content

Commit

Permalink
Update changelog for 0.4.5 (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpetre authored Jun 17, 2022
1 parent 7ca1bd1 commit ea8d3d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ea8d3d5

Please sign in to comment.