@@ -7,12 +7,14 @@ Language
77 Example:
88 ```
99 my_macro!(Vec<i32>::new); // Always worked
10- my_macro!(Vec::<i32>::new); // Now works aswell
10+ my_macro!(Vec::<i32>::new); // Now works
1111 ```
12+
1213Compiler
1314--------
1415- [ Upgraded jemalloc to 4.5.0] [ 43911 ]
1516- [ Enabled unwinding panics on Redox] [ 43917 ]
17+ - [ Now emits a warning when you have an unused ` extern crate ` ] [ 42588 ]
1618
1719Libraries
1820---------
3032- [ You can now call ` cargo install ` with multiple package names] [ cargo/4216 ]
3133- [ Cargo commands inside a virtual workspace will now implicitly
3234 pass ` --all ` ] [ cargo/4335 ]
35+ - [ Added a ` [patch] ` section to ` Cargo.toml ` to handle
36+ prepublication dependencies] [ cargo/4123 ] [ RFC 1969]
37+ - [ ` include ` & ` exclude ` fields in ` Cargo.toml ` now accept gitignore
38+ like patterns] [ cargo/4270 ]
39+ - [ Added the ` --all-targets ` option] [ cargo/4400 ]
40+ - [ Using required dependencies as a feature is now deprecated and emits
41+ a warning] [ cargo/ ]
42+
3343
3444Misc
3545----
@@ -44,9 +54,10 @@ Compatibility Notes
4454 breakage in subtyping corner cases.
4555- [ rustc's JSON error output's byte position start at top of file.] [ 42973 ]
4656 Was previously relative to the rustc's internal ` CodeMap ` struct which
47- required the unstable library ` libsyntax ` to correctly use.
57+ required the unstable library ` libsyntax ` to correctly use.
4858
4959[ 42565 ] : https://github.com/rust-lang/rust/pull/42565
60+ [ 42588 ] : https://github.com/rust-lang/rust/pull/42588
5061[ 42973 ] : https://github.com/rust-lang/rust/pull/42973
5162[ 43459 ] : https://github.com/rust-lang/rust/pull/43459
5263[ 43540 ] : https://github.com/rust-lang/rust/pull/43540
@@ -56,8 +67,13 @@ Compatibility Notes
5667[ 43911 ] : https://github.com/rust-lang/rust/pull/43911
5768[ 43916 ] : https://github.com/rust-lang/rust/pull/43916
5869[ 43917 ] : https://github.com/rust-lang/rust/pull/43917
70+ [ cargo/4123 ] : https://github.com/rust-lang/cargo/pull/4123
5971[ cargo/4216 ] : https://github.com/rust-lang/cargo/pull/4216
72+ [ cargo/4270 ] : https://github.com/rust-lang/cargo/pull/4270
6073[ cargo/4335 ] : https://github.com/rust-lang/cargo/pull/4335
74+ [ cargo/4364 ] : https://github.com/rust-lang/cargo/pull/4364
75+ [ cargo/4400 ] : https://github.com/rust-lang/cargo/pull/4400
76+ [ RFC 1969 ] : https://github.com/rust-lang/rfcs/pull/1969
6177
6278
6379Version 1.20.0 (2017-08-31)
0 commit comments