diff --git a/ChangeLog.md b/ChangeLog.md index eba3460..01a87fa 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # gotest.el ChangeLog +# Version 0.5.0 (10/09/2015) + +- #PR15: Specify minimum Emacs version + # Version 0.4.0 (09/17/2015) - Migrate to CircleCI for continuous integration diff --git a/Makefile b/Makefile index 6b1ea2d..01eae45 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,6 @@ help: init: @echo -e "$(OK_COLOR)[$(APP)] Initialize environment$(NO_COLOR)" - @echo -e "Emacs version : $(EMACS) --version" @$(CASK) --dev install elpa: