README.md in health-data-standards-3.4.1 vs README.md in health-data-standards-3.4.2
- old
+ new
@@ -23,9 +23,22 @@
Please try to follow the [GitHub Coding Style Guides](https://github.com/styleguide). Additionally, we are switching to the git workflow described in [Juan Batiz-Benet's Gist](https://gist.github.com/jbenet/ee6c9ac48068889b0912). If you are new to the project and would like to make changes, please fork and do your work in a feature branch. Submit a pull request and we'll check to see if it is suitable to be merged in.
Change Log
==========
+3.4.2 - February 28, 2014
+
+* Provider improvements
+** Providers are now exported in QRDA Cat I if they exist on the Record object
+** Provider identifiers are now represented with CDAIdentifiers
+** Provider import will now import any type of identifier
+** Providers can now be arranged in a hierarchy
+** When importing providers from a clincial document, matching to existing providers in MongoDB has been improved to matching on any type of identifier
+* QRDA Cat I importer now imports procedure values regardless of whether the template has them at the root level or nested in an entryRelationship
+* Bug fix - Result importer will no longer double import result values
+* QRDA Cat I importer now imports encounter order end times
+* Bug fix - QRDA Cat I importer now properly imports condition and procedure ordinaltiy
+
3.4.1 - January 24, 2014
* Fix for JRuby - Nokogiri is now fixed to version 1.6.0 exactly. Version 1.6.1 was breaking the CCR part of the test suite under JRuby. Nokogiri 1.6.0 works properly across Ruby 1.9.3, Ruby 2.0.0 and JRuby 1.7.9
3.4.0 - January 23, 2014