README.md in health-data-standards-3.3.0 vs README.md in health-data-standards-3.4.0
- old
+ new
@@ -23,9 +23,25 @@
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.0 - January 23, 2014
+
+* _New Feature_ - BulkRecordImporter class now available that provides the ability to import QRDA Cat I, Consolidated CDA and HITSP C32
+* TemplateHelper now properly accepts a different directory for templates
+* QRDA Cat I importer now extracts negation on procedures
+* Implemented support to encounter transfers in QRDA Cat I import and export
+* Fixed bug where clinical trial participant would always return true on Record
+* QRDA Cat I importer now extracts ordinality and values from procedures
+* Better de-duplicating of data elements imported from QRDA Cat I
+* CDA importers now handle removal time on medical equipment
+* QRDA Cat I exporter now handles 38 week gestational period
+* Stratification fixes for QRDA Cat III export
+* QRDA Cat I importer now extracts incision date/time from procedure performed templates
+* CDA importers set admit times on encounters
+* QRDA Cat I diagnostic study order and procedure order importer now better handles order time for CQM calculation
+
3.3.0 - November 7, 2013
* Removing hardcoded headers in QRDA documents and replacing them with templates populated by Ruby objects
* XML structural fixes in QRDA Category III generation
* QRDA Category I generation was previously dependent on a patient being associated with a bundle id, it will now use the latest bundle if one is not provided