Skip to content

Commit 27fdc68

Browse files
author
José Valim
committed
Release v1.4.2
1 parent 2d4722a commit 27fdc68

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,31 @@ You can now also install archives from Hex in this way. Since they are fetched a
109109

110110
It is also possible to install escripts and archives by providing a Git/GitHub repo. See `mix help escript.install` and `mix help archive.install` for more details.
111111

112+
## v1.4.2 (2017-02-16)
113+
114+
### 1. Bug fixes
115+
116+
#### EEx
117+
118+
* [EEx] Support middle expressions on trim mode
119+
120+
#### Elixir
121+
122+
* [Calendar] Correct typo on Calendar types
123+
* [Kernel] Ensure redefined functions point to the proper source
124+
* [OptionParser] Add `:allow_inexistent_atoms` to support unsafe behaviour prior to v1.4
125+
* [Stream] Allow consuming multiple items from suspended enumerable in `Stream.transform/3`
126+
* [String] Incorporate new grapheme rules in Unicode 9
127+
128+
#### IEx
129+
130+
* [IEx.Autocomplete] Do not crash on aliases which are not known at compile time
131+
132+
#### Mix
133+
134+
* [Mix.Umbrella] Ensure umbrella projects can depend on other umbrella projects
135+
* [Mix.Archive] Ensure previous archives with `.ez` extension are deleted
136+
112137
## v1.4.1 (2017-01-26)
113138

114139
### 1. Bug fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

src/elixir.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "1.4.1"},
3+
{vsn, "1.4.2"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)