Skip to content

Commit

Permalink
Add another CHANGELOG note.
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Mar 24, 2019
1 parent d8d5316 commit 25e2d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
are expected when compiling for 2.13. In a future release, we may have a
generator that generates code that compiles cleanly, but only for 2.13.
- Dropped support for Scala 2.10.
- Custom collections are now required to provide an `iterator` method that
returns an `Iterator[A]` over their elements.
- Temporarily dropped support for Scala Native (pending on fastparse2 support)
- Bumped fastparse to 2.1.0 (which is binary-incompatible with fastparse 1)
- Add support for custom map types (#410)
Expand Down

0 comments on commit 25e2d05

Please sign in to comment.