File tree Expand file tree Collapse file tree 4 files changed +31
-1
lines changed Expand file tree Collapse file tree 4 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Welcome to Play framework
2
2
3
3
[ ![ GitHub Discussions] ( https://img.shields.io/github/discussions/playframework/play1?&logo=github&color=brightgreen )] ( https://github.com/playframework/play1/discussions )
4
- [ ![ Gitter ] ( https://img.shields.io/gitter/room/playframework/play1 )] ( https://gitter.im/playframework/play1 )
4
+ [ ![ Discord ] ( https://img.shields.io/discord/931647755942776882?logo=discord&logoColor=white )] ( https://discord.gg/YVRgAp2Zj4 )
5
5
[ ![ Contributors] ( https://img.shields.io/github/contributors/playframework/play1 )] ( https://github.com/playframework/play1/graphs/contributors )
6
6
[ ![ StackOverflow] ( https://img.shields.io/static/v1?label=stackoverflow&logo=stackoverflow&logoColor=fe7a16&color=brightgreen&message=playframework )] ( https://stackoverflow.com/tags/playframework )
7
7
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ h2. <a name="versionnotes">Version notes</a>
189
189
New versions of Play include certain changes. Check older release notes for:
190
190
191
191
# "About Play releases":releases/releases
192
+ # "Play 1.9.0":releases/release1.9.x/releasenotes-1.9.0
192
193
# "Play 1.8.0":releases/release1.8.x/releasenotes-1.8.0
193
194
# "Play 1.7.1":releases/release1.7.x/releasenotes-1.7.1
194
195
# "Play 1.7.0":releases/release1.7.x/releasenotes-1.7.0
Original file line number Diff line number Diff line change
1
+ # Play 1.9.0 -- Release notes
2
+
3
+ Play 1.9.0 has been released of the master branch.
4
+
5
+ The changes in this release are listed in the "1.9.0":https://github.com/playframework/play1/milestone/10624965 including 12 resolved tickets.
6
+
7
+
8
+ ## What's new in Play 1.9.0
9
+
10
+
11
+ ## What's fixed in Play 1.9.0
12
+
13
+ * "#1358":https://github.com/playframework/play1/issues/1358 : Update the README, use Markdown instead of Textile
14
+ * "#1472":https://github.com/playframework/play1/issues/1472 : Fix "play build-module" by replacing yaml.load with yaml.safe_load
15
+ * "#1473":https://github.com/playframework/play1/issues/1473 : feat(dependabot): add dependabot.yml configuration
16
+ * "#1474":https://github.com/playframework/play1/issues/1474 : Convert README from textile to markdown
17
+ * "#1475":https://github.com/playframework/play1/issues/1475 : Bump actions/setup-python from 4 to 5
18
+ * "#1476":https://github.com/playframework/play1/issues/1476 : Bump actions/setup-java from 3 to 4
19
+ * "#1477":https://github.com/playframework/play1/issues/1477 : GitHub actions configuration
20
+ * "#1478":https://github.com/playframework/play1/issues/1478 : Update issue templates
21
+ * "#1479":https://github.com/playframework/play1/issues/1479 : fix(release-draft): fix version number
22
+ * "#1482":https://github.com/playframework/play1/issues/1482 : Updated dependencies
23
+ * "#1502":https://github.com/playframework/play1/issues/1502 : dependencies upgrade:
24
+ * "#1503":https://github.com/playframework/play1/issues/1503 : 1502 update dependencies
Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ h1. About Play releases
2
2
3
3
You can download Play releases "here":https://www.playframework.com/download. Each release has a Migration Guide that explains how to upgrade from the previous release.
4
4
5
+ h2. Play 1.9.x
6
+
7
+ # "Play 1.9.0":release1.9.x/releasenotes-1.9.0
8
+
9
+
5
10
h2. Play 1.8.x
6
11
7
12
# "Play 1.8.0":release1.8.x/releasenotes-1.8.0
You can’t perform that action at this time.
0 commit comments