Skip to content

Commit

Permalink
Add #1569 to changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Sep 27, 2019
1 parent 1c2a72a commit 691713f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@
### Bug Fixes
* [#1589](https://github.com/KronicDeth/intellij-elixir/pull/1589) - [@KronicDeth](https://github.com/KronicDeth)
* Don't error on `runtume` in mix deps. `guardian` is too common of a dependency and too many users have the version with the typo installed.
* [#1569](https://github.com/KronicDeth/intellij-elixir/pull/1569) - [@chitacan](https://github.com/chitacan)
* Fix IEx Mix Run/Debug Configuration for `asdf` by using absolute path to `mix`.

## v11.1.0
### Enhancements
Expand Down
3 changes: 3 additions & 0 deletions resources/META-INF/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ <h1>v11.1.1</h1>
Don't error on <code>runtume</code> in mix deps. <code>guardian</code> is too common of a dependency and too
many users have the version with the typo installed.
</li>
<li>
Fix IEx Mix Run/Debug Configuration for <code>asdf</code> by using absolute path to <code>mix</code>.
</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 691713f

Please sign in to comment.