This commit is contained in:
jamesagnew 2015-11-26 07:03:01 -05:00
parent 14e326c2bd
commit e78fcf91c5
2 changed files with 13 additions and 1 deletions

View File

@ -202,6 +202,10 @@
<id>cmikeb1</id>
<name>C. Mike Bylund</name>
</developer>
<developer>
<id>nrpeterson</id>
<name>Nick Peterson</name>
</developer>
</developers>
<licenses>

View File

@ -8,7 +8,15 @@
<body>
<release version="1.4" date="TBD">
<action type="fix">
Remove a dependency on Java 1.7 in
Remove a dependency on a Java 1.7 class
(ReflectiveOperationException) in several spots in the
codebase. This dependency was accidentally introduced in
1.3, and animal-sniffer-plugin failed to detect it (sigh).
</action>
<action type="fix" issue="259">
Make IBoundCodeableConcept and IValueSetEnumBinder serializable,
fixing an issue when trying to serialize model classes containing
bound codes. Thanks to Nick Peterson for the Pull Request!
</action>
</release>
<release version="1.3" date="2015-11-14">