-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add release notes for Pekko Projection 1.1.0-M1 (#199)
rename files rename again
- Loading branch information
Showing
4 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
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
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,10 @@ | ||
# Release Notes | ||
|
||
@@toc { depth=1 } | ||
|
||
@@@ index | ||
|
||
* [1.1 Releases](releases-1.1.md) | ||
* [1.0 Releases](releases-1.0.md) | ||
|
||
@@@ |
2 changes: 1 addition & 1 deletion
2
docs/src/main/paradox/release-notes.md → ...ain/paradox/release-notes/releases-1.0.md
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
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,10 @@ | ||
# Release Notes (1.1.x) | ||
|
||
## 1.1.0-M1 | ||
Release notes for Apache Pekko Projections 1.1.0-M1. See [GitHub Milestone](https://github.com/apache/pekko-projection/milestone/1?closed=1) for a fuller list of changes. | ||
As with all milestone releases, this release is not recommended for production use - it is designed to allow users to try out the changes in a test environment. | ||
|
||
### Additions | ||
* Scala 3 support for pekko-projection-slick | ||
* Minimum of Scala 3.3.0 required | ||
* Slick has been upgraded to v3.5.1 |