Notification e-mail body is now sent and rendered as HTML. The body text configured in the module settings was HTML-escaped and sent without an HTML content type, so markup (<p>, <strong>, <a>, …) appeared as literal text. The body is no longer escaped and the message is sent with Content-Type: text/html. The subject is still treated as plain text.