Update CHANGELOG with bugfix notes.

This commit is contained in:
Daniel Patterson
2017-07-31 08:33:19 -07:00
parent 9dfbae69cc
commit 0e77cf53f6
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -343,6 +343,8 @@ int RestrictionsCheckCommand(const char *executable, const std::vector<std::stri
// For each conditional restriction if condition is active than print a line
for (auto &value : conditional_restrictions)
{
std::cout << value << std::endl;
const auto &location = value.location;
const auto &restriction = value.restriction;