Skip to content

Commit

Permalink
Updates changes file.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpoitras committed Aug 1, 2017
1 parent 7210217 commit e3c65d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,24 @@

<body>
<release version="3.10" date="" description="maintenance release">
<action dev="christian.poitras" type="add">
<fixes issue="112"/>
Allow Druid connection properties to be set using an instance of Properties.
</action>
<action dev="christian.poitras" type="update">
Make JdbcUrlAntFormatter class public to allow users to format their custom URLs like in JdbcHelper.
</action>
<action dev="christian.poitras" type="update">
<fixes issue="111"/>
Fixes following configuration properties for BoneCP data source.
idleConnectionTestPeriod,
idleConnectionTestPeriodInMinutes,
idleConnectionTestPeriodInSeconds
</action>
<action dev="christian.poitras" type="update">
<fixes issue="110"/>
Fixes ProvisionException when setting login timeout for BasicDataSource
</action>
</release>

<release version="3.9" date="2017-01-05" description="maintenance release">
Expand Down

0 comments on commit e3c65d3

Please sign in to comment.