Skip to content

Commit

Permalink
Credit for #259
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Nov 26, 2015
1 parent 14e326c commit e78fcf9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@
<id>cmikeb1</id>
<name>C. Mike Bylund</name>
</developer>
<developer>
<id>nrpeterson</id>
<name>Nick Peterson</name>
</developer>
</developers>

<licenses>
Expand Down
10 changes: 9 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit e78fcf9

Please sign in to comment.