Skip to content

Commit

Permalink
Add #862 to changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Oct 21, 2017
1 parent 87bbff8 commit fe60926
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -124,12 +124,14 @@
## v6.4.0

### Enhancements
* [#861](https://github.com/KronicDeth/intellij-elixir/pull/861) - Regression test for [#860](https://github.com/KronicDeth/intellij-elixir/issues/860) - [@KronicDeth](https://github.com/KronicDeth).
* [#861](https://github.com/KronicDeth/intellij-elixir/pull/861) - Regression test for [#860](https://github.com/KronicDeth/intellij-elixir/issues/860) - [@KronicDeth](https://github.com/KronicDeth)
* [#862](https://github.com/KronicDeth/intellij-elixir/pull/862) - Regression test for [#859](https://github.com/KronicDeth/intellij-elixir/issues/859) - [@KronicDeth](https://github.com/KronicDeth)

### Bug Fixes
* [#861](https://github.com/KronicDeth/intellij-elixir/pull/861) - [@KronicDeth](https://github.com/KronicDeth).
* Quote `-` in addition to `#` in `Unquoted` `MacroNameArity` decompiler.
* Quote `-` in decompiled module names.
* [#862](https://github.com/KronicDeth/intellij-elixir/pull/862) - Wrap call definitions with name `nil` as `unquote(:nil)` in the decompiler. - [@KronicDeth](https://github.com/KronicDeth)

## v6.3.0

Expand Down
2 changes: 2 additions & 0 deletions resources/META-INF/changelog.html
Expand Up @@ -6,6 +6,7 @@ <h1>v6.4.0</h1>
<p>Enhancements</p>
<ul>
<li>Regression test for <a href="https://github.com/KronicDeth/intellij-elixir/issues/860">#860</a>.</li>
<li>Regression test for <a href="https://github.com/KronicDeth/intellij-elixir/issues/859">#859</a>.</li>
</ul>
</li>
<li>
Expand All @@ -16,6 +17,7 @@ <h1>v6.4.0</h1>
decompiler.
</li>
<li>Quote <code>-</code> in decompiled module names.</li>
<li>Wrap call definitions with name <code>nil</code> as <code>unquote(:nil)</code> in the decompiler.</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit fe60926

Please sign in to comment.