Skip to content

Commit

Permalink
bump v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonini committed Aug 11, 2015
1 parent 4603cad commit d1b6b85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## v1.4.0 (unreleased)
## v1.4.0 (2015-08-11)

### Enhancements

* [Test] Control the output of compilation information inside the test report. (variable `alchemist-test-display-compilation-output`)
* [Test] The hook `alchemist-hooks-test-on-save` should run in the background.
* [Test] The function `alchemist-test-toggle-test-report-display` to toggle dispaying or hidden of the test report buffer.
* [Help] Better documentation lookup for currently selected completion candidates.
* [Refcard] Display all defined keys for a function not just the first defined.
* [Codebase] Fixed all byte-compile warnings.
* [Codebase] Add missing docstrings for all Alchemist-Server library functions/variables.

Expand Down
2 changes: 1 addition & 1 deletion alchemist.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Samuel Tonini <[email protected]>
;; Maintainer: Samuel Tonini <[email protected]>
;; URL: http://www.github.com/tonini/alchemist.el
;; Version: 1.4.0-cvs
;; Version: 1.4.0
;; Package-Requires: ((elixir-mode "2.2.5") (dash "2.11.0") (emacs "24.4") (company "0.8.0") (pkg-info "0.4"))
;; Keywords: languages, elixir, elixirc, mix, hex, alchemist

Expand Down

0 comments on commit d1b6b85

Please sign in to comment.