branch: elpa/julia-mode
commit 8bfc709716a257521cb386f20b8932e83db930a9
Author: Tamas K. Papp <[email protected]>
Commit: Tamas K. Papp <[email protected]>
bump version for release
version in source was already 0.4
---
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 441e358..930c5ca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
# Unreleased
+# 0.4
+
- increase lookback
([#98](https://github.com/JuliaEditorSupport/julia-emacs/pull/98)), fixes
[#5](https://github.com/JuliaEditorSupport/julia-emacs/issues/5)
- fix derived parent mode
([#66](https://github.com/JuliaEditorSupport/julia-emacs/pull/66))