Hi Max,
If you have a GitHub account then you could watch the julia repo, otherwise there’s also https://github.com/JuliaLang/julia/pulse/weekly that should be viewable even without an account. There’s also the “breaking” label on the issues list that probably covers important changes https://github.com/JuliaLang/julia/issues?q=is%3Aopen+is%3Aissue+label%3Abreaking The NEWS file https://github.com/JuliaLang/julia/blob/master/NEWS.md gets updated quite regularly from the looks of things as well. With regards to stopping using that syntax: I’ve not used it for a while and getfield isn’t that much longer to write. I’ll leave it to one of the core devs to clarify whether it is *really* deprecated, but I’d assume it is. — Mike
