Skip to content

Commit 53f5473

Browse files
author
José Valim
committed
Update CHANGELOG
1 parent 4eb9cd3 commit 53f5473

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# v0.11.1-dev
22

33
* Enhancements
4+
* [Mix] Improve dependency convergence by explicitly checking each requirement instead of expecting all requirements to be equal
5+
* [Mix] Support optional dependencies with `optional: true`. Optional dependencies are downloaded for the current project but they are automatically skipped when such project is used as a dependency
46

57
* Bug fixes
68
* [Kernel] Set compilation status per ParallelCompiler and not globally
79
* [Mix] Ensure Mix does not load previous dependencies versions before `deps.get`/`deps.update`
810
* [Mix] Ensure umbrella apps are sorted before running recursive commands
911
* [Mix] Ensure umbrella apps run in the same environment as the parent project
1012
* [Mix] Ensure dependency tree is topsorted before compiling
13+
* [Mix] Raise error when duplicated projects are pushed into the stack
14+
* [URI] Allow lower case escapes in URI
1115

1216
* Deprecations
1317

0 commit comments

Comments
 (0)