Skip to content

Commit

Permalink
Merge pull request #31974 from brson/beta-next
Browse files Browse the repository at this point in the history
Move the RFC 1214 breakage to 1.7 compatibility notes
  • Loading branch information
alexcrichton committed Feb 29, 2016
2 parents 712f76f + 35dc016 commit a5d1e7a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
Version 1.7.0 (2016-03-03)
==========================

Language
--------

* Soundness fixes to the interactions between associated types and
lifetimes, specified in [RFC 1214], [now generate errors][1.7sf] for
code that violates the new rules. This is a significant change that
is known to break existing code, so it has emitted warnings for the
new error cases since 1.4 to give crate authors time to adapt. The
details of what is changing are subtle; read the RFC for more.

Libraries
---------

Expand Down Expand Up @@ -112,6 +102,12 @@ Cargo
Compatibility Notes
-------------------

* Soundness fixes to the interactions between associated types and
lifetimes, specified in [RFC 1214], [now generate errors][1.7sf] for
code that violates the new rules. This is a significant change that
is known to break existing code, so it has emitted warnings for the
new error cases since 1.4 to give crate authors time to adapt. The
details of what is changing are subtle; read the RFC for more.
* [Several bugs in the compiler's visibility calculations were
fixed][1.7v]. Since this was found to break significant amounts of
code, the new errors will be emitted as warnings for several release
Expand Down

0 comments on commit a5d1e7a

Please sign in to comment.