update NEWS

pull/199/head
Ariadne Conill 2020-05-30 19:09:59 -06:00
parent 354c87279b
commit 40726b14ac
1 changed files with 3 additions and 1 deletions

4
NEWS
View File

@ -8,7 +8,9 @@ Changes from 1.7.2 to 1.7.3:
- Fix a possible out of boundary write when evaluating dependencies.
Patch by Tobias Stöckmann.
- Fix escaping logic on Windows. Patch by Vincent Torri.
- Fix out of boundary read with a malformed fragment.
- Fix out of boundary reads and writes with a malformed fragment.
Patches by Tobias Stöckmann.
- Fix a possible out of boundary write when evaluating tuples.
Patch by Tobias Stöckmann.
Changes from 1.7.1 to 1.7.2: