From 391004898bc81800e98a3801e5efafbf1dd42d64 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Tue, 7 Dec 2010 09:08:41 -0800 Subject: [PATCH] Mention in the changelog that we're dropping Hpricot 0.7 support. --- doc-src/HAML_CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc-src/HAML_CHANGELOG.md b/doc-src/HAML_CHANGELOG.md index 922094d1..e7b04749 100644 --- a/doc-src/HAML_CHANGELOG.md +++ b/doc-src/HAML_CHANGELOG.md @@ -20,6 +20,8 @@ This flag hasn't been necessary since Rails 2.0. Existing Rails 2.0 installations will continue to work. +* Drop support for Hpricot 0.7. 0.8 has been out for nearly two years. + ## 3.0.25 (Unreleased) * HTML-to-Haml conversion now works within Ruby even if Hpricot is loaded before `haml/html`.