From 20641fe0f2ea745873fc7557448d3a7deb1bd639 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
+ Fix UTF8String encode.
++ Encode now accepts any nested list of codepoints and + binaries. A list containing a binary was previously + misinterpreted and the documentation was incomplete.
++ Own Id: OTP-11172
++ Ensure DWR isn't sent immediately after DWA.
++ This was possible if the timing was unfortunate. An + incoming DWR now properly resets the watchdog timer.
++ Own Id: OTP-11184
++ Fix faulty encode of Failed-AVP
++ Reception of a CER, DWR or DPR that has decode failures + caused encode of the corresponding answer message to + fail.
++ Own Id: OTP-11293
++ Fix broken service_opt() spawn_opt.
++ The option was ignored.
++ Own Id: OTP-11299
+