Add missing extractor change notes for 1.21.

This commit is contained in:
Mark Shannon 2019-06-07 11:59:43 +01:00
Родитель a6da4996a7
Коммит da04086385
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,12 @@
## Changes to code extraction
* *Series of bullet points*
* The extractor now exits gracefully if passed a non-existent file or directory either as a `--path` option or as a file name.
* The extractor now exits gracefully if an invalid number was given as the `--max-procs` option.
* String literals as expressions within literal string interpolation (f-strings) are now handled correctly.
## Changes to QL libraries