diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..f95bb51 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,5 @@ +0.1 (Nov 30, 2014) +================== + +- Initial release +- Add `ocaml-merlin` syntax checker diff --git a/flycheck-ocaml.el b/flycheck-ocaml.el index 61411ac..d96e84e 100644 --- a/flycheck-ocaml.el +++ b/flycheck-ocaml.el @@ -5,7 +5,7 @@ ;; Author: Sebastian Wiesner ;; URL: https://github.com/flycheck/flycheck-ocaml ;; Keywords: convenience, tools, languages -;; Version: 0.1-cvs +;; Version: 0.1 ;; Package-Requires: ((emacs "24.1") (flycheck "0.22-cvs1") (merlin "2.0")) ;; This file is not part of GNU Emacs.