1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-29 05:24:57 +03:00

Added bug fix

This commit is contained in:
Graham Nelson 2022-08-10 22:35:12 +01:00
parent c1731ec3f1
commit 16b769a85b

View file

@ -175,9 +175,13 @@ which hadn't been seen in the wild, so far as we know. But the following are the
most important 150 or so, which were indeed reported, and for which issue numbers
at our tracker and commits can be identified.
- Fix for Jira bug [I7-2166](https://inform7.atlassian.net/browse/I7-2166)
"Projects with no IFID still try to print it in the VERSION command"
([commit c1731ec](https://github.com/ganelson/inform/commit/c1731ec3f170c5c6e8aa092275cd323374aed624))
- Fix for Jira bug [I7-2171](https://inform7.atlassian.net/browse/I7-2171)
"File writing fails aren't detected, so should check that the files aren't 0 length"
([commit bf7805d](https://github.com/ganelson/inform/commit/3dc60f500fb29a9b7d53122b2b566f32399be4f7))
([commit 3dc60f5](https://github.com/ganelson/inform/commit/3dc60f500fb29a9b7d53122b2b566f32399be4f7))
- Fix for Jira bug [I7-2156](https://inform7.atlassian.net/browse/I7-2156)
"Character escapes in Inform 6 strings, dict words and chars are treated literally"