Skip to content

Commit

Permalink
Merge pull request #151 from jeremycline/changelog
Browse files Browse the repository at this point in the history
Add a changelog for the 0.8.0 release
  • Loading branch information
jeremycline committed Jan 28, 2017
2 parents d7236cc + 590659a commit c90c672
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
0.8.0
-----

- rebase-helper has been removed from the-new-hotness. For a detailed
discussion that lead to this decision, see issue #145.

- the-new-hotness now integrates with mdapi to determine the latest available
versions of packages rather than repoquery. This fixes a bug where
the-new-hotness would report that the latest rawhide build was the build in
EPEL 7 (Issue #98)

- The ``userstring`` setting has been replaced by a ``user_email`` setting.
This setting is tuple in the form ('User Name', '<email address>').

- Several configuration URLs have been updated to use HTTPS

- Log entries are now emitted with their full Python path included so debugging
is easier.

- the-new-hotness now authenticates with Koji using Kerberos


0.7.3
-----
Expand Down

0 comments on commit c90c672

Please sign in to comment.