Fix some changelog typos
This commit is contained in:
parent
92718c7ef2
commit
cd65c298fe
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
type: fix
|
type: fix
|
||||||
issue: 1856
|
issue: 1856
|
||||||
title: "The subscription delivery queue in the JPA server was erroniously keeping both a copy of the serialized and the
|
title: "The subscription delivery queue in the JPA server was erroneously keeping both a copy of the serialized and the
|
||||||
deserialized payload in memory for each entry in the queue, doubling the memory requirements. This also caused failures
|
deserialized payload in memory for each entry in the queue, doubling the memory requirements. This also caused failures
|
||||||
when delivering XML payloads in some configurations. This has been corrected."
|
when delivering XML payloads in some configurations. This has been corrected."
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
type: change
|
type: change
|
||||||
issue: 237
|
issue: 237
|
||||||
title: "The R5 structure methods for working with extensions on arbtrary fields, e.g.
|
title: "The R5 structure methods for working with extensions on arbitrary fields, e.g.
|
||||||
`getExtensionByUrl(String)`, `removeExtension(String)`, `getExtensionsByUrl(String)`
|
`getExtensionByUrl(String)`, `removeExtension(String)`, `getExtensionsByUrl(String)`
|
||||||
`hasExtension(String)`, and `getExtensionString(String)` have been enhanced so that they
|
`hasExtension(String)`, and `getExtensionString(String)` have been enhanced so that they
|
||||||
now return modifier extensions as well as the non-modifier extensions they previously
|
now return modifier extensions as well as the non-modifier extensions they previously
|
Loading…
Reference in New Issue