Release Notes
The yaml parser previously used path matching to find a specific wildcard string to replace with set environment variables. This has a major flaw in that performing subsequent builds, the snapcraft.yaml file has an intermediate state where the wildcards have been replaced. This causes the second build spec to be updated. This patch uses direct dictionary insertion to avoid path matching problems.