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
+18
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,24 @@ ask Mix to use Rebar 3 to compile it by passing the `manager: :rebar3` option.
85
85
Once configured, Mix will prompt you to install Rebar 3 if it is not yet
86
86
available.
87
87
88
+
## v1.2.4 (2016-04-01)
89
+
90
+
### 1. Enhancements
91
+
92
+
*[Mix] Add `:archives` configuration to `def project` that allows projects to list archive dependencies. `--no-archives-check` (as well as `--no-deps-check`) will disable the archive check. The `:archives` option is not checked for dependencies.
93
+
*[Mix] Add `deps.precompile` task as hook
94
+
*[Mix] Support `--include-children` in `mix deps.compile` option
95
+
*[String] Update version of the Unicode database to 8.0.0
96
+
97
+
### 2. Bug fixes
98
+
99
+
*[Application] Ensure `spec/2` returns nil for unknown applications
100
+
*[Integer] Fix a possible binary leak in `parse/1`
101
+
*[Mix] Purge Erlang modules on recompilation
102
+
*[String] Ensure `split/1` does not break on non-breakable whitespace
103
+
*[String] Ensure NFC and NFD normalization pass all of Unicode 8.0.0 tests
104
+
*[Version] Allow dots in build info for versions in `Version.parse/1`
0 commit comments