CHANGELOG.md in stealth-2.0.0.beta6 vs CHANGELOG.md in stealth-2.0.0.beta7

- old
+ new

@@ -54,9 +54,10 @@ * [Configuration] `database.yml` is now parsed with ERB in order to support environment variables. Thanks @malkovro. * [Replies] Speech and SSML replies now use `speech` and `ssml` as keys, respectively, instead of `text` * [Replies] Voice services (determined by having "voice" in the name) now automatically skip auto-delays. * [Controllers] `current_message` now has a `confidence` attribute containing a float with the confidence value of the transcription (from 0 to 1). * [Controllers] Added a `halt!` method that can be used with the controller error handlers to stop code execution. +* [Logger] If the driver makes the `translated_reply` instance variable available, it will now be logged. ## Bug Fixes * [Catch All] Errors triggered within CatchAlls no longer trigger a CatchAll. They are simply ignored. This prevents infinite looping scenarios. * [Interrupt] If CatchAll runs and doesn't `step_to`, it releases the session lock.