diff --git a/doc-src/HAML_CHANGELOG.md b/doc-src/HAML_CHANGELOG.md index 00e45f2b..3bac078d 100644 --- a/doc-src/HAML_CHANGELOG.md +++ b/doc-src/HAML_CHANGELOG.md @@ -29,7 +29,7 @@ Haml and `html2haml` now produce more descriptive errors when given a template with invalid byte sequences for that template's encoding, including the line number and the offending character. -## 2.2.7 (Unreleased) +## [2.2.7](http://github.com/nex3/haml/commit/2.2.7) * Fixed an `html2haml` issue where ERB attribute values weren't HTML-unescaped before being transformed into Haml. diff --git a/doc-src/SASS_CHANGELOG.md b/doc-src/SASS_CHANGELOG.md index ad5f4b0a..9a7c3409 100644 --- a/doc-src/SASS_CHANGELOG.md +++ b/doc-src/SASS_CHANGELOG.md @@ -34,6 +34,10 @@ Several bug fixes and minor improvements have been made, including: * Displaying the expected strings as strings rather than regular expressions whenever possible. +## [2.2.7](http://github.com/nex3/haml/commit/2.2.7) + +There were no changes made to Sass between versions 2.2.6 and 2.2.7. + ## [2.2.6](http://github.com/nex3/haml/commit/2.2.6) * Don't crash when the `__FILE__` constant of a Ruby file is a relative path, diff --git a/extra/haml-mode.el b/extra/haml-mode.el index 0f5b3aaa..7ecb4717 100644 --- a/extra/haml-mode.el +++ b/extra/haml-mode.el @@ -4,7 +4,7 @@ ;; Author: Nathan Weizenbaum ;; URL: http://github.com/nex3/haml/tree/master -;; Version: 2.2.6 +;; Version: 2.2.7 ;; Created: 2007-03-08 ;; By: Nathan Weizenbaum ;; Keywords: markup, language, html diff --git a/extra/sass-mode.el b/extra/sass-mode.el index 95750631..ed7c2068 100644 --- a/extra/sass-mode.el +++ b/extra/sass-mode.el @@ -4,11 +4,11 @@ ;; Author: Nathan Weizenbaum ;; URL: http://github.com/nex3/haml/tree/master -;; Version: 2.2.6 +;; Version: 2.2.7 ;; Created: 2007-03-15 ;; By: Nathan Weizenbaum ;; Keywords: markup, language, css -;; Package-Requires: ((haml-mode "2.2.5")) +;; Package-Requires: ((haml-mode "2.2.7")) ;;; Commentary: