diff --git a/CHANGELOG.md b/CHANGELOG.md index 6517cf9b..858d5daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,16 @@ Collect fragments into this file with: scriv collect --version X.Y.Z + + +## 0.9.2 (2023-09-21) + +### Bug fixes + +- Fix how strings are rendered in the parameters cell of notebooks. Previously string parameters were missing Python quotes. Now parameters are passed to Jinja in their `repr` string forms to be proper Python code. + + ## 0.9.1 (2023-07-31) ### Bug fixes diff --git a/changelog.d/20230921_133245_jsick_DM_40865.md b/changelog.d/20230921_133245_jsick_DM_40865.md deleted file mode 100644 index 3a3bd11e..00000000 --- a/changelog.d/20230921_133245_jsick_DM_40865.md +++ /dev/null @@ -1,3 +0,0 @@ -### Bug fixes - -- Fix how strings are rendered in the parameters cell of notebooks. Previously string parameters were missing Python quotes. Now parameters are passed to Jinja in their `repr` string forms to be proper Python code.