Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions blog/_posts/2024-08-22-scala-3.5.0-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ point match
case _ => println("Point doesn't represent a real number")
```

This is an implementation of [SIP-58](https://github.com/scala/improvement-proposals/blob/d649f6e6f333cd9232d85a12bd0445d18a673f10/content/named-tuples.md).
This is an implementation of [SIP-58](https://docs.scala-lang.org/sips/named-tuples.html).

### Experimental: new givens and context bounds syntax

Expand Down Expand Up @@ -128,7 +128,7 @@ val _ = maximum(xs)(using descending)
val _ = maximum(xs)(using descending(using intOrd))
```

This is an implementation of [SIP-64](https://github.com/scala/improvement-proposals/blob/db5cc6ab92758272f1a3528eacb46182ea216323/content/typeclasses-syntax.md).
This is an implementation of [SIP-64](https://docs.scala-lang.org/sips/sips/typeclasses-syntax.html).

## Work on a better scheme for given prioritization

Expand Down Expand Up @@ -189,4 +189,4 @@ According to `git shortlog -sn --no-merges 3.4.2..3.5.0` these are:
1 rochala
1 willerf

```
```