We might eventually have section "migrating from other resolvers".
Incompatible changes
--------------------
-- see migration guide:
- https://knot-resolver.readthedocs.io/en/v4.0.0/migration.html#upgrade-from-3-to-4
+- see upgrading guide:
+ https://knot-resolver.readthedocs.io/en/v4.0.0/upgrading.html#upgrade-from-3-to-4
- meson build system is now used for builds (!771)
- build with embedded LMBD is no longer supported
- default modules dir location has changed
build
lib
modules_api
- migration
+ upgrading
NEWS
*********
-Migration
+Upgrading
*********
.. _upgrade-from-3-to-4:
Valid configuration must open cache using `cache.open()` or `cache.size =`
before executing cache operations like `cache.clear()`.
-Modules changes
-~~~~~~~~~~~~~~~
+Module changes
+~~~~~~~~~~~~~~
* New layer was added: ``answer_finalize``.
* ``kr_request`` keeps ``::qsource.packet`` beyond the ``begin`` layer.