Skip to content

Commit 90c3ec2

Browse files
committed
Changelog entries for v0.26.0
1 parent 83f011f commit 90c3ec2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)