diff --git a/CHANGELOG.md b/CHANGELOG.md index 9961ef8..17e5215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.0 - 2016-08-13 +* First Semantic Versioning Major Release :) +* Fast-forward to parinfer.js v1.8.0. Thanks [Kurvivor19]! + * adds `previewCursorScope` and `tabStops` functionality +* Update the API to be simpler and closer to parinfer.js +* Updated test files and more thorough testing harness + ## 0.2.0 - 2016-02-07 * Some code cleanup @@ -5,3 +12,4 @@ * Initial release! [Parinfer] is now usable from Emacs :) [Parinfer]:http://shaunlebron.github.io/parinfer/ +[Kurvivor19]:https://github.com/Kurvivor19 diff --git a/parinferlib.el b/parinferlib.el index 57b0e7f..1c12d67 100644 --- a/parinferlib.el +++ b/parinferlib.el @@ -1,5 +1,5 @@ ;;; parinferlib.el --- a Parinfer implementation in Emacs Lisp -;; v1.0.0+DEV +;; v1.0.0 ;; https://github.com/oakmac/parinfer-elisp ;; ;; More information about Parinfer can be found here: