File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 2.2.0] - 2018-05-10
8+ ### Added
9+ Subscribe to ` ActionMailer ` events
10+ - deliver
11+ - process
12+ - receive
13+
714## [ 2.1.2] - 2016-12-08
815### Fixed
916- ` Loga::Rack::Logger ` looks into ` env['rack.exception'] ` for exceptions
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ This is made possible by silencing these loggers:
9595- ` ActionDispatch::DebugExceptions `
9696- ` ActionController::LogSubscriber `
9797- ` ActionView::LogSubscriber `
98+ - ` ActionMailer::LogSubscriber `
9899
99100#### Request log tags
100101
Original file line number Diff line number Diff line change 11module Loga
2- VERSION = '2.1.2 ' . freeze
2+ VERSION = '2.2.0 ' . freeze
33end
You can’t perform that action at this time.
0 commit comments