Skip to content

Commit

Permalink
Add raw strings support
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Aug 29, 2024
1 parent a0c2ebc commit c2627ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Bug fixes
* (Fuzzing) An integer-overflow bug from an inclusive range in the bits iterator is fixed.
* (Fuzzing) An integer-underflow bug from an inclusive range is fixed.

New features
------------

* Added support for _raw strings_ with the syntax `r##..#" ... "#..##`.

Enhancements
------------

Expand Down

0 comments on commit c2627ac

Please sign in to comment.