Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

Commit 55f703c

Browse files
Prepare v2.8.4 release
- Update CHANGELOG.md to reflect changes - Update version in mix.exs
1 parent 3a502cd commit 55f703c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [2.8.4] - 2018-08-14
11+
12+
### Fixed
13+
14+
- The hostname caching released in v2.8.3 had the potential to crash the
15+
Logger if an application was started between `:logger` and `:timber` _and_
16+
made Logger calls. This was because the ETS table holding the cache had not
17+
been started by Timber yet. To fix this, the hostname is now cached in the
18+
application environment which is guaranteed to be available by that point.
19+
1020
## [2.8.3] - 2018-08-13
1121

1222
### Changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule Timber.Mixfile do
99

1010
@source_url "https://github.com/timberio/timber-elixir"
1111
@homepage_url "https://github.com/timberio/timber-elixir"
12-
@version "2.8.3"
12+
@version "2.8.4"
1313

1414
# Project manifest for Mix
1515
#

0 commit comments

Comments
 (0)