Skip to content

Commit 3a6e81c

Browse files
committed
Release v0.26.2
1 parent 528e9cb commit 3a6e81c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.26.2
4+
5+
* Introduces warning if plural messages are defined with the same singular
6+
message and conflicting plural messages.
7+
* Improves performance by striping not required metadata when compiling the
8+
Gettext backend.
9+
310
## v0.26.1
411

512
* Address backwards incompatible changes in previous release

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Gettext.Mixfile do
22
use Mix.Project
33

4-
@version "0.26.1"
4+
@version "0.26.2"
55

66
@description "Internationalization and localization through gettext"
77
@repo_url "https://github.com/elixir-gettext/gettext"

0 commit comments

Comments
 (0)