-
Notifications
You must be signed in to change notification settings - Fork 682
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1305 from xael-fry/Play_1.5.3_documentation
documentation(1.5.3): add Play 1.5.3 documentation
- Loading branch information
Showing
3 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
documentation/manual/releases/release1.4.x/releasenotes-1.4.6.textile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
h1. Play 1.4.6 -- Release notes | ||
|
||
Play 1.4.6 has been released of the 1.4.x maintenance branch. | ||
The changes in this release are listed in the "Play 1.4.6 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/237004-146 on Lighthouse and "1.4.6 on github":https://github.com/playframework/play1/milestone/9 including 1 resolved tickets. | ||
|
||
|
||
h2. What's fixed in Play 1.4.6 | ||
|
||
* "#1300:https://github.com/playframework/play1/issues/1300 : Define allowed methods used in 'X-HTTP-Method-Override |
30 changes: 30 additions & 0 deletions
30
documentation/manual/releases/release1.5.x/releasenotes-1.5.3.textile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Play 1.5.3 -- Release notes | ||
|
||
Play 1.5.3 has been released of the master branch. | ||
|
||
The changes in this release are listed in the "Play 1.5.3 milestone":https://play.lighthouseapp.com/projects/57987-play-framework/milestones/237003-153 on Lighthouse and "1.5.3 on github":https://github.com/playframework/play1/milestone/8?closed=1 including 16 resolved tickets. | ||
|
||
|
||
## What's new in Play 1.5.3 | ||
|
||
* "#1279":https://github.com/playframework/play1/issues/1279 : [#1262] Allow to override default fast tags with empty namespace | ||
* "#1290":https://github.com/playframework/play1/issues/1290 : hibernate 5.4 update | ||
* "#1292":https://github.com/playframework/play1/issues/1292 : Java 11 (JDT update) | ||
* "#1293":https://github.com/playframework/play1/issues/1293 : HikariCP: config property for init connection sql added | ||
|
||
## What's fixed in Play 1.5.3 | ||
|
||
* "#1156":https://github.com/playframework/play1/issues/1156 : [#2128] feature: help for module commands | ||
* "#1221":https://github.com/playframework/play1/issues/1221 : [#2155] Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins | ||
* "#1222":https://github.com/playframework/play1/issues/1222 : [#2155] Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins | ||
* "#1262":https://github.com/playframework/play1/issues/1262 : Play1.4.3 and newer not allow to override default FastTag.class (empty namespace) using @FastTags.Namespace("") | ||
* "#1281":https://github.com/playframework/play1/issues/1281 : Lighthouse#2273: Stop Fixtures attempting to set static (Map) fields | ||
* "#1287":https://github.com/playframework/play1/issues/1287 : Fix JPA version to match what Hibernate 5.3+ supports. | ||
* "#1294":https://github.com/playframework/play1/issues/1294 : Does not make sense to default MySQL character set and collation properties on connection URL | ||
* "#1295":https://github.com/playframework/play1/issues/1295 : Remove MySQL connection charset property defaults | ||
* "#1298":https://github.com/playframework/play1/issues/1298 : SslHttpServerContextFactory does not support private key only PEM content | ||
* "#1299":https://github.com/playframework/play1/issues/1299 : #1298: Handle only private key info from PEM | ||
* "#1300":https://github.com/playframework/play1/issues/1300 : Define allowed methods used in 'X-HTTP-Method-Override' | ||
* "#1301":https://github.com/playframework/play1/issues/1301 : [#1300] feat: Define allowed methods used in 'X-HTTP-Method-Override' | ||
* "#2128":https://play.lighthouseapp.com/projects/57987/tickets/2128 : help for module comannds like for core commands no tags | ||
* "#2155":https://play.lighthouseapp.com/projects/57987/tickets/2155 : Silent or suppressed errors in unittest PluginCollectionTest#skipsDuplicatePlugins unittes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters