diff --git a/changelogs/3.1.3-RC3.md b/changelogs/3.1.3-RC3.md new file mode 100644 index 000000000000..9a7426f16c1b --- /dev/null +++ b/changelogs/3.1.3-RC3.md @@ -0,0 +1,15 @@ +# Notable changes + +- More aggressive reduction of type selection (fixes parboiled2) [#14987](https://github.com/lampepfl/dotty/pull/14987) +- Relax avoidance checks more for match type reduction [#15036](https://github.com/lampepfl/dotty/pull/15036) + +# Contributors + +Thank you to all the contributors who made this release possible 🎉 + +According to `git shortlog -sn --no-merges 3.1.3-RC2..3.1.3-RC3` these are: + +``` + 2 Guillaume Martres + 2 Paweł Marks +```