From 99cf4e6a28b0c3bfa35f5e90db4242d0a147d952 Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Mon, 10 Aug 2015 11:46:49 -0300 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 7 +++++++ lib/haml/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de1f49aaf8..6131cac273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Haml Changelog +## 4.0.7 + +Released on August 10, 2015 +([diff](https://github.com/haml/haml/compare/4.0.6...4.0.7)). + +* Significantly improve performance of regexp used to fix whitespace handling in textareas (thanks [Stan Hu](https://github.com/stanhu)). + ## 4.0.6 Released on Dec 1, 2014 ([diff](https://github.com/haml/haml/compare/4.0.5...4.0.6)). diff --git a/lib/haml/version.rb b/lib/haml/version.rb index 570736a192..56bad8aea2 100644 --- a/lib/haml/version.rb +++ b/lib/haml/version.rb @@ -1,3 +1,3 @@ module Haml - VERSION = "4.0.6" + VERSION = '4.0.7' end