diff --git a/CHANGELOG.md b/CHANGELOG.md index f74a136a3..3d187387e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------------