You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,23 @@
1
1
# Changelog
2
2
3
+
## v1.0.0
4
+
5
+
This is the first 1.0 release of Gettext, a silly 10 years (and 6 months) after we started working on it. There are *very few changes* from the latest 0.26 release, and none of them are breaking.
6
+
7
+
Here are the new goodies:
8
+
9
+
* Add support for concatenating sigils if all parts are known at compile time (such as `"Hello " <> ~s(world)`).
10
+
* Significantly increase the timeout for `mix gettext.extract` to two minutes.
11
+
* Add `Gettext.put_locale!/1`.
12
+
13
+
Happy 10+ years of Elixir translations everyone! 🎉
14
+
3
15
## v0.26.2
4
16
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.
17
+
* Introduces warning if plural messages are defined with the same singular
18
+
message and conflicting plural messages.
19
+
* Improves performance by striping not required metadata when compiling the
0 commit comments