where to look up newtonsoft json.net breaking changes?

json.net

Solution

Releases from 6.0.4 forward have release notes on the GitHub repository for the project.

Problem

I have a bunch of code I'd like to upgrade from using JSON.net 4.0.3 to 4.5.8 or whatever is latest. Are there any known breaking changes, or a place I can look to find them? I saw this: http://json.codeplex.com/workitem/22498 which looks to be fixed in 4.5.3. I saw this as well: http://james.newtonking.com/archive/2012/03/20/json-net-4-5-release-1-iso-dates-async-metro-build.aspx, which I might need to address.

Original source