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
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
1
# v0.11.2-dev
2
2
3
3
* Enhancements
4
-
5
-
* Bug fixes
6
-
7
-
* Deprecations
4
+
*[Mix] Add `mix iex` that redirects users to the proper `iex -S mix` command
5
+
*[Mix] Support `build_per_environment: true` in project configuration that manages a separete build per environment, useful when you have per-environment behaviour/compilation
8
6
9
7
* Backwards incompatible changes
10
-
8
+
*[Mix] Mix now compiles files to `_build`. Projects should update just fine, however documentation and books may want to update to the latest information
0 commit comments