From 169eeebaf7eff481d94ba571956df98f35f0ff31 Mon Sep 17 00:00:00 2001 From: Luke Imhoff Date: Sat, 28 Oct 2017 00:15:56 -0500 Subject: [PATCH] Add #888 to changelogs --- CHANGELOG.md | 1 + resources/META-INF/changelog.html | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d9a93924..2ec5dda60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -144,6 +144,7 @@ Normal identifiers and prefix operators then fall through to the `Default` decompiler. * [#887](https://github.com/KronicDeth/intellij-elixir/pull/887) - Add `end` to `Unquoted` decompiler bare atoms. - [@KronicDeth](https://github.com/KronicDeth) +* [#888](https://github.com/KronicDeth/intellij-elixir/pull/888) - Replace `assert`s in `Credo` external annotator with extended log messages that record the unexpected line. - [@KronicDeth](https://github.com/KronicDeth) ## v6.3.0 diff --git a/resources/META-INF/changelog.html b/resources/META-INF/changelog.html index cc732e61a..2bc44f0ae 100644 --- a/resources/META-INF/changelog.html +++ b/resources/META-INF/changelog.html @@ -42,6 +42,7 @@

v6.4.0

Normal identifiers and prefix operators then fall through to the Default decompiler.

  • Add end to Unquoted decompiler bare atoms.
  • +
  • Replace asserts in Credo external annotator with extended log messages that record the unexpected line.