]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Changelog note for PR #198: Declare lz_enter_rr_into_zone() static,
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Fri, 20 Mar 2020 12:06:43 +0000 (13:06 +0100)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Fri, 20 Mar 2020 12:06:43 +0000 (13:06 +0100)
  it's only used in this file, by fobser.

doc/Changelog

index 85358350f3ca1b550cb8cc572b16a38ebe86402e..a63b311b8b9bb9516adab81e34dd852c6d54e6c7 100644 (file)
@@ -1,3 +1,7 @@
+20 March 2020: George
+       - Merge PR #198 from fobser: Declare lz_enter_rr_into_zone() static, it's
+         only used in this file.
+
 20 March 2020: Wouter
        - Merge PR #197 from fobser: Make log_ident_revert_to_default() a
          proper prototype.