# Pending These will be added to release notes when the release is made. ## Bug fixes - Inbuild no longer attempts to incrementally rebuild kits in the internal nest, which avoids sandboxing issues in the Linux Inform app: instead it trusts that whatever is in the internal nest has already been properly build - Fix for Jira bug [I7-2190](https://inform7.atlassian.net/browse/I7-2190) "Internal error on a too large table of rankings" ([commit 59a9f23](https://github.com/ganelson/inform/commit/59a9f239d7dcb11a287819f73b45d9039562d12f)) - Fix for Jira bug [I7-2185](https://inform7.atlassian.net/browse/I7-2185) "Valued property with negative certainty causes internal error" ([commit 2173d4b](https://github.com/ganelson/inform/commit/2173d4b8630b5f3472fc173223d13f729d6e8799)) - Fix for Jira bug [I7-2192](https://inform7.atlassian.net/browse/I7-2192) "'Use memory economy' causes Inform 6 error" ([commit 52baf6c](https://github.com/ganelson/inform/commit/52baf6cfc18d053d8b49b9331d1aef72a8662db7)) - Fix for Jira bug [I7-2193](https://inform7.atlassian.net/browse/I7-2193) "Internal error when using the call() syntax in an Inform 6 inclusion" ([commit c9e740b](https://github.com/ganelson/inform/commit/c9e740b086083581ac48d341cd2eb7bc5b0ae1a7)) - Fix for Jira bug [I7-2184](https://inform7.atlassian.net/browse/I7-2184) "A malformed file in the Examples directory makes indoc segfault" ([commit fa1c1d3](https://github.com/ganelson/inform/commit/fa1c1d3c4da21d6f843ec836be40bb48d75e26f7)) - Fix for Jira bug [I7-2194](https://inform7.atlassian.net/browse/I7-2194) "An issue with kind checking for constant lists with more than one entry" ([commit ed22438](https://github.com/ganelson/inform/commit/ed22438192693d76f5a67dd6a3a36fbf50647350)) - Fix for Jira bug [I7-2189](https://inform7.atlassian.net/browse/I7-2189) "Internal error when understanding something complicated as a numerical value" ([commit 3c1a607](https://github.com/ganelson/inform/commit/3c1a6071d16153316a1f4df172944ab11be9f79a)) - Fix for Jira bug [I7-2196](https://inform7.atlassian.net/browse/I7-2196) "With multiple understand lines for numbers, times or truth states, only one of them works" ([commit 193cdb2](https://github.com/ganelson/inform/commit/193cdb2ac7aea3f928528b4f0df1eb4cbfc9a990)) - Fix for Jira bug [I7-2169](https://inform7.atlassian.net/browse/I7-2169) "Understand phrase not working with text that contains a number" ([commit 4390bc3](https://github.com/ganelson/inform/commit/4390bc347a5f86c6ea3de54411513e8df78cb0b2)). This hangs on whether a slash `/` should divide words in `Understand...` grammar when it occurs next to digits. I decided that it should, but this is technically a change in Inform's semantics. To mitigate that, the new problem message `PM_SlashCutsDigits` is generated if the result would cut off a word entirely consisting of digits, as in `Understand "x4/5" as ...`. - Fix for Jira bug [I7-2102](https://inform7.atlassian.net/browse/I7-2102) "I6 that inform6 compiles but inform7 reports errors for" ([commit f9b55a9](https://github.com/ganelson/inform/commit/f9b55a9b54672d82db63d623287cef5812ff2e06)) - though this bug report was really a catalogue of notes which needed to go into the documentation sooner or later, and now they have done.