diff --git a/CHANGES.rst b/CHANGES.rst index 1288852..bc3cd27 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,17 +1,18 @@ ChangeLog ========= -Release 0.8.0 -------------- +Release 0.8.0 (not released yet) +-------------------------------- New Features: * redesigned UI: + * unify hosts and domains overview into 1 view * move forms to add hosts/domains to own views * move reverse DNS display to home view * removed some superfluous links and formatting -* host view; give more feedback about client/server results on the web UI, +* host view: give more feedback about client/server results on the web UI, so a user can see why updates are not working (even if some stupid update client does not tell him). But please note: if you fail to configure your credentials correctly in your @@ -23,6 +24,7 @@ Fixes: * refactored internal api so host/zone boundary is not lost and does not need to be discovered (we KNOW it) - fixes issues #122 and #138. * fixed tests so they behave on travis-ci +* fix unhandled PeerBadTime exception Other changes: