From b51ebbbb16defdc0d451564b75e11f8e4cebb88f Mon Sep 17 00:00:00 2001
From: Aurelio De Rosa <aurelioderosa@gmail.com>
Date: Mon, 1 Jul 2013 22:31:57 +0200
Subject: [PATCH] Update HISTORY.md

Documented the fix for issue #95
---
 HISTORY.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/HISTORY.md b/HISTORY.md
index 28ed2ee..c994a40 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,12 +4,14 @@ Pure Change History
 NEXT
 ----
 
+* Removed `white-space: nowrap` from `.pure-table thead` to fix issue [#95](https://github.com/yui/pure/issues/95)
+
 * Fix class `.pure-u-1-6` to change width from 16.656% to 16.666%
 
 * Apply `.pure-form-group input` styling to all text-ish `input` elements.
 
 * Added `display: block` to `textarea` in `.pure-form-stacked` to fix an
-  alignment issue for subsequent elements (Issue #90)
+  alignment issue for subsequent elements (Issue [#90](https://github.com/yui/pure/issues/90))
 
 
 0.2.0 (2013-06-11)