diff --git a/CHANGELOG.md b/CHANGELOG.md index 1536eb8..4fd8f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Make logging configurable and make logging (optionally) not overwrite the IEx prompt [#32](https://github.com/falood/exsync/pull/32) +* Ensure that compilation errors are displayed in the console [#33](https://github.com/falood/exsync/pull/33) ### Breaking Changes diff --git a/lib/exsync/ex_logger.ex b/lib/exsync/logger.ex similarity index 100% rename from lib/exsync/ex_logger.ex rename to lib/exsync/logger.ex