]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
NEWS: merge the "Improvements" sections
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 8 Mar 2019 10:04:34 +0000 (11:04 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 8 Mar 2019 10:04:34 +0000 (11:04 +0100)
NEWS

diff --git a/NEWS b/NEWS
index ac2229ff9c7a20ddb61401d2596c6bdbc4e4fd45..83b12164ba84dc191f08f227b5051622d283f021 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ Knot Resolver 3.x.y (2019-0m-dd)
 Improvements
 ------------
 - policy.TLS_FORWARD: if hostname is configured, send it on wire (!759)
+- hints module: allow configuring the TTL and change default from 0 to 5s
+- policy module: policy.rpz() will watch the file for changes by default
+- packaging: lua cqueues added to default dependencies where available
 
 Bugfixes
 --------
@@ -17,12 +20,6 @@ Bugfixes
 - fix flushing of messages to logs in some cases (!781)
 - fix fallback when SERVFAIL or REFUSED is received from upstream (!784)
 
-Improvements
-------------
-- hints module: allow configuring the TTL and change default from 0 to 5s
-- policy module: policy.rpz() will watch the file for changes by default
-- packaging: lua cqueues added to default dependencies where available
-
 Module API changes
 ------------------
 - kr_straddr_split() changed API a bit (compiler will catch that)