diff --git a/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_6_0/3022-add-ndjson-parser.yaml b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_6_0/3022-add-ndjson-parser.yaml new file mode 100644 index 00000000000..cd4f18f1493 --- /dev/null +++ b/hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_6_0/3022-add-ndjson-parser.yaml @@ -0,0 +1,5 @@ +--- +type: add +issue: 3022 +title: A new parser that naticaly handles NDJSON format (automatically converting to/from FHIR Bundle resources in order to + represent the collection being parsed/serialized) as been added. Thanks to Ben Li-Sauerwine for the contribution! diff --git a/pom.xml b/pom.xml index 4b820e190ba..084d1fac5c4 100644 --- a/pom.xml +++ b/pom.xml @@ -748,6 +748,10 @@ Jing Tang Google + + theGOTOguy + Ben Li-Sauerwine +