File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55
66## [ Unreleased]
77
8+ ## [ 0.26.0] - 2017-09-28
9+ ### Added
10+ - Add serializer arity and length to canonical log lines. ([ #306 ] ( https://github.com/interagent/pliny/pull/306 ) )
11+ - Support for Sinatra 2.0 ([ #310 ] ( https://github.com/interagent/pliny/pull/310 ) )
12+ - Reintroduce instruments middleware as a default middleware. ([ #312 ] ( https://github.com/interagent/pliny/pull/312 ) )
13+
14+ ### Removed
15+ - Deprecated HipChat channel notifier. ([ #311 ] ( https://github.com/interagent/pliny/pull/311 ) )
16+
817## [ 0.25.1] - 2017-04-11
918### Added
1019- Allow an injectable log scrubber. ([ #309 ] ( https://github.com/interagent/pliny/pull/308 ) )
@@ -124,7 +133,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
124133- Useless code coverage reports. ([ #255 ] ( https://github.com/interagent/pliny/pull/255 ) )
125134- Cleanup of active database connections after migration runs. ([ #257 ] ( https://github.com/interagent/pliny/pull/257 ) )
126135
127- [ Unreleased ] : https://github.com/interagent/pliny/compare/v0.25.1...HEAD
136+ [ Unreleased ] : https://github.com/interagent/pliny/compare/v0.26.0...HEAD
137+ [ 0.26.0 ] : https://github.com/interagent/pliny/compare/v0.25.1...v0.26.0
128138[ 0.25.1 ] : https://github.com/interagent/pliny/compare/v0.25.0...v0.25.1
129139[ 0.25.0 ] : https://github.com/interagent/pliny/compare/v0.24.0...v0.25.0
130140[ 0.24.0 ] : https://github.com/interagent/pliny/compare/v0.23.0...v0.24.0
You can’t perform that action at this time.
0 commit comments