diff --git a/hapi-fhir-base/src/changes/changes.xml b/hapi-fhir-base/src/changes/changes.xml
index 7ce8838e33a..538153516c6 100644
--- a/hapi-fhir-base/src/changes/changes.xml
+++ b/hapi-fhir-base/src/changes/changes.xml
@@ -89,7 +89,9 @@
JSON-encoded contained resources with the incorrect "_id" element (which should be "id", but some
- incorrect examples exist on the FHIR specification) now parse correctly.
+ incorrect examples exist on the FHIR specification) now parse correctly. In other words, HAPI
+ previously only accepted the correct "id" element, but now it also accepts the incorrect
+ "_id" element just to be more lenient.
Several unit tests failed on Windows (or any platform with non UTF-8 default encoding). This may
@@ -107,7 +109,8 @@
Server was incorrectly including contained resources being returned as both contained resources, and as
top-level resources in the returned bundle for search operations.
- Thanks to Bill de Beaubien for reporting!
+ Thanks to Bill de Beaubien for reporting! This also fixes Issue #20, thanks to
+ lephty for reporting!
Add a
diff --git a/hapi-fhir-structures-dev/.project b/hapi-fhir-structures-dev/.project
new file mode 100644
index 00000000000..e60b77053c6
--- /dev/null
+++ b/hapi-fhir-structures-dev/.project
@@ -0,0 +1,23 @@
+
+
+ hapi-fhir-structures-dev
+
+
+
+
+
+ org.eclipse.jdt.core.javabuilder
+
+
+
+
+ org.eclipse.m2e.core.maven2Builder
+
+
+
+
+
+ org.eclipse.jdt.core.javanature
+ org.eclipse.m2e.core.maven2Nature
+
+