------------------
API changes
~~~~~~~~~~~
- Changed sort order of :attr:`yarg.package.Package.release_ids` to sort
based on the upload time of the release ID.
Splatting bugs
~~~~~~~~~~~~~~
- :attr:`yarg.package.Package.latest_release_id` will now return the latest
release ID from the PyPI info source, rather than the final list item in
:attr:`yarg.package.Package.release_ids`.
Addtionally :attr:`yarg.package.Package.latest_release` will do the same as
it gets the latest release information from
:attr:`yarg.package.Package.latest_release_id`.