Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Changed charlists from the deprecated `''` to `~c""`
- Changed negative range to pass the step of default value for suppressing deprecation warnings
- Update Gettext to 0.26
- Relax Gettext dependency to allow >= 0.26.0 (supports both 0.26.x and 1.0.x)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ defmodule Timex.Mixfile do
[
{:tzdata, "~> 1.1"},
{:combine, "~> 0.10"},
{:gettext, "~> 0.26"},
{:gettext, ">= 0.26.0"},
{:ex_doc, "~> 0.13", only: [:docs]},
{:benchfella, "~> 0.3", only: [:bench]},
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
Expand Down