aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.asciidoc
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2018-09-06 16:24:24 +0200
committerAnders Broman <a.broman58@gmail.com>2018-09-07 04:02:45 +0000
commit6fa2ad4922ce296a26bdd9f54622a491209ec3cd (patch)
treeca68acf47a7656cd5735d724385863a0ad980440 /docbook/release-notes.asciidoc
parentd703310749312b0b822af0cb5ab3947dc5a53696 (diff)
Lua: remove various logging functions (debug, warn, etc.)
The "debug" logging function overwrites the "debug" package which breaks luacov: https://github.com/keplerproject/luacov/issues/55 Change-Id: I9b6025c060733198bfff8ea959444c09d6e08709 Reviewed-on: https://code.wireshark.org/review/29449 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook/release-notes.asciidoc')
-rw-r--r--docbook/release-notes.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index f8aae43a2d..0fbc11cf92 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -109,7 +109,9 @@ A new extcap has been added: dpauxmon. It allows capturing DisplayPort AUX chann
data from linux kernel drivers.
--
-//=== Major API Changes
+=== Major API Changes
+* Lua: the various logging functions (debug, info, message, warn and critical)
+ have been removed. Use the print function instead for debugging purposes.
== Getting Wireshark