Fix some changelog typos

This commit is contained in:
jamesagnew 2020-08-16 09:01:42 -04:00
parent 92718c7ef2
commit cd65c298fe
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
type: fix
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
when delivering XML payloads in some configurations. This has been corrected."

View File

@ -1,7 +1,7 @@
---
type: change
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)`
`hasExtension(String)`, and `getExtensionString(String)` have been enhanced so that they
now return modifier extensions as well as the non-modifier extensions they previously