|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v0.6.5](https://github.com/scala-exercises/exercises-stdlib/tree/v0.6.5) (2020-08-10) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/scala-exercises/exercises-stdlib/compare/v0.6.4...v0.6.5) |
| 6 | + |
| 7 | +📈 **Dependency updates** |
| 8 | + |
| 9 | +- Update sbt-mdoc to 2.2.4 [\#217](https://github.com/scala-exercises/exercises-stdlib/pull/217) ([47erbot](https://github.com/47erbot)) |
| 10 | +- Update scalacheck-1-14 to 3.2.1.0 [\#216](https://github.com/scala-exercises/exercises-stdlib/pull/216) ([47erbot](https://github.com/47erbot)) |
| 11 | +- Update scalatest to 3.2.1 [\#215](https://github.com/scala-exercises/exercises-stdlib/pull/215) ([47erbot](https://github.com/47erbot)) |
| 12 | +- Update sbt-scalafmt to 2.4.2 [\#214](https://github.com/scala-exercises/exercises-stdlib/pull/214) ([47erbot](https://github.com/47erbot)) |
| 13 | +- Update scalafmt-core to 2.6.4 [\#213](https://github.com/scala-exercises/exercises-stdlib/pull/213) ([47erbot](https://github.com/47erbot)) |
| 14 | +- Update scalafmt-core to 2.6.3 [\#212](https://github.com/scala-exercises/exercises-stdlib/pull/212) ([scala-steward](https://github.com/scala-steward)) |
| 15 | +- Update scalafmt-core to 2.6.2 [\#211](https://github.com/scala-exercises/exercises-stdlib/pull/211) ([scala-steward](https://github.com/scala-steward)) |
| 16 | + |
3 | 17 | ## [v0.6.4](https://github.com/scala-exercises/exercises-stdlib/tree/v0.6.4) (2020-06-30)
|
4 | 18 |
|
5 | 19 | [Full Changelog](https://github.com/scala-exercises/exercises-stdlib/compare/v0.6.3...v0.6.4)
|
|
93 | 107 | - Higher Order Functions better explanations [\#84](https://github.com/scala-exercises/exercises-stdlib/pull/84) ([Yaskier](https://github.com/Yaskier))
|
94 | 108 | - Concatenate and add elements examples for Lists.scala [\#83](https://github.com/scala-exercises/exercises-stdlib/pull/83) ([Yaskier](https://github.com/Yaskier))
|
95 | 109 | - Improved description of ++ on Traversable.scala [\#82](https://github.com/scala-exercises/exercises-stdlib/pull/82) ([amarrella](https://github.com/amarrella))
|
| 110 | +- Removed superfluous repetition [\#74](https://github.com/scala-exercises/exercises-stdlib/pull/74) ([hellrich](https://github.com/hellrich)) |
96 | 111 |
|
97 | 112 | ## [v0.4.0](https://github.com/scala-exercises/exercises-stdlib/tree/v0.4.0) (2017-03-28)
|
98 | 113 |
|
|
122 | 137 | - Added another example and some comments [\#78](https://github.com/scala-exercises/exercises-stdlib/pull/78) ([hellrich](https://github.com/hellrich))
|
123 | 138 | - minor fixes in Maps [\#77](https://github.com/scala-exercises/exercises-stdlib/pull/77) ([hellrich](https://github.com/hellrich))
|
124 | 139 | - made meetLambdaHigherOrderFunctions more interesting [\#75](https://github.com/scala-exercises/exercises-stdlib/pull/75) ([hellrich](https://github.com/hellrich))
|
125 |
| -- Removed superfluous repetition [\#74](https://github.com/scala-exercises/exercises-stdlib/pull/74) ([hellrich](https://github.com/hellrich)) |
126 | 140 | - Small typo fixed in Case Classes section [\#73](https://github.com/scala-exercises/exercises-stdlib/pull/73) ([fppden](https://github.com/fppden))
|
127 | 141 | - Adding closure documentation [\#71](https://github.com/scala-exercises/exercises-stdlib/pull/71) ([josephpconley](https://github.com/josephpconley))
|
128 | 142 | - Text tweaks covering most of the tutorial [\#69](https://github.com/scala-exercises/exercises-stdlib/pull/69) ([rzats](https://github.com/rzats))
|
|
0 commit comments