Skip to content

Commit 71070a0

Browse files
committed
update changelog, fix #664
1 parent 4535d55 commit 71070a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ version development
4545
version 1.1.3
4646
---------------------------
4747

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

5050
version 1.1.2
5151
---------------------------

SPEC.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5684,7 +5684,8 @@ Example input:
56845684
"allow_nested.msg1": "hello",
56855685
"allow_nested.msg2": "goodbye",
56865686
"allow_nested.my_ints": [1, 2, 3],
5687-
"allow_nested.ref_file": "hello.txt"
5687+
"allow_nested.ref_file": "hello.txt",
5688+
"allow_nested.repeat2.i": 2
56885689
}
56895690
```
56905691

@@ -5694,7 +5695,6 @@ Example output:
56945695
{
56955696
"allow_nested.lines1": ["hello", "hello", "hello"],
56965697
"allow_nested.lines2": ["goodbye", "goodbye"],
5697-
"allow_nested.repeat2.i": 2,
56985698
"allow_nested.incrs": [2, 3, 4]
56995699
}
57005700
```

0 commit comments

Comments
 (0)