For the /changesets.xml endpoint, previously an attribute would be returned for changed-files, changed-dirs and changed-properties that contained YAML. In fact, the documentation still reflects this for the XML api.
However a new XML format is being returned for this data. This is causing our app Beansprout to break on startup, as it looks for the response to be in a different format. Is there an flag that allows us to return the data in a backwards compatible format while we make the changes necessary to update the app?
On a similar note, the changelog used to serve a resource for staying up to date with any changes made to the API. It looks like it hasn't been updated in about a year, though.
Thanks,
Brian