It appears that HTML in messages is now auto-escaped by the flash service in Phalcon 3. There's no documentation of this change, nor of how to disable it ($flash->setAutoescape(false)) that I can find. The github docs folder refers me to here, but there's no obvious place to put this aside from a forum topic.
Is the setAutoescape function expected to change or become a documented feature?