We advise users to prepare for these changes sooner rather than later to make it easier to upgrade to
newer versions when they are released.
-* Users of :ref:`control-sockets` API need to terminate each command sent to resolver with newline
- character (ASCII ``\n``). Correct usage: ``cache.stats()\n``.
- Newline terminated commands are accepted by all resolver versions >= 1.0.0.
* Human readable output from :ref:`control-sockets` is not stable and changes from time to time.
Users who need machine readable output for scripts should use Lua function
``tojson()`` to convert Lua values into standard JSON format instead of attempting to parse
5.1 to 5.2
==========
+Users
+~~~~~
+
+* Users of :ref:`control-sockets` API need to terminate each command sent to resolver with newline
+ character (ASCII ``\n``). Correct usage: ``cache.stats()\n``.
+ Newline terminated commands are accepted by all resolver versions >= 1.0.0.
+
Module changes
--------------
* Reply packet :c:type:`kr_request.answer`