Skip to content

Commit

Permalink
update changelog, fix #664
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Jun 26, 2024
1 parent 4535d55 commit 71070a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ version development
version 1.1.3
---------------------------

* Fix issues with examples (#653, #654, #661, #662, #663). Thanks to @stxue1!
* Fix issues with examples (#653, #654, #661, #662, #663, #664). Thanks to @stxue1!

version 1.1.2
---------------------------
Expand Down
4 changes: 2 additions & 2 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -5684,7 +5684,8 @@ Example input:
"allow_nested.msg1": "hello",
"allow_nested.msg2": "goodbye",
"allow_nested.my_ints": [1, 2, 3],
"allow_nested.ref_file": "hello.txt"
"allow_nested.ref_file": "hello.txt",
"allow_nested.repeat2.i": 2
}
```

Expand All @@ -5694,7 +5695,6 @@ Example output:
{
"allow_nested.lines1": ["hello", "hello", "hello"],
"allow_nested.lines2": ["goodbye", "goodbye"],
"allow_nested.repeat2.i": 2,
"allow_nested.incrs": [2, 3, 4]
}
```
Expand Down

0 comments on commit 71070a0

Please sign in to comment.