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
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,31 @@ You can now also install archives from Hex in this way. Since they are fetched a
109
109
110
110
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.
111
111
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
0 commit comments