Fix changelog entry
This commit is contained in:
parent
d3bea892aa
commit
850de16a02
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
type: fix
|
type: fix
|
||||||
jira: SMILE-8969
|
jira: SMILE-9161
|
||||||
title: "Fixed a rare bug in the JSON Parser, wherein client-assigned contained resource IDs could collide with server-assigned contained IDs. For example if a
|
title: "Fixed a rare bug in the JSON Parser, wherein client-assigned contained resource IDs could collide with server-assigned contained IDs. For example if a
|
||||||
resource had a client-assigned contained ID of `#2`, and a contained resource with no ID, then depending on the processing order, the parser could occasionally
|
resource had a client-assigned contained ID of `#2`, and a contained resource with no ID, then depending on the processing order, the parser could occasionally
|
||||||
provide duplicate contained resource IDs, leading to non-deterministic behaviour."
|
provide duplicate contained resource IDs, leading to non-deterministic behaviour."
|
||||||
|
|
Loading…
Reference in New Issue