From 64883b5b036edd1389c90f2569a39ea2aa750bcb Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Tue, 4 Jun 2013 00:43:17 -0400 Subject: [PATCH] Tweak NEXT HISTORY.md entries formatting, groups, and add attribution This tweaks the NEXT HSITORY.md entries in the following ways: * Grouped them by CSS module. * Moves (!) important ones to the top. * Uses parenthises () instead of brackets [] to prevent Markdown links. * Adds attribution for external contributions. --- HISTORY.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 43ef13d..849c3eb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,17 +4,24 @@ Pure Change History NEXT ---- -* Fixed: Responsive grids fails to apply when another class precedes the unit - class in markup. [#44] - -* Fixed: textarea does not match input styling in forms. [#49] +### Forms * (!) `.pure-help-inline` has been replaced with `.pure-form-message-inline`. We -still support the older class name but it is deprecated and will be going away -in a future release. [#32] + still support the older classname but it is deprecated and will be going away + in a future release. (Issue #32) (dannytatom) * Added a new class called `.pure-form-message`. It works the same way as -`.pure-form-message-inline` but is meant for block elements. [#32] + `.pure-form-message-inline` but is meant for block elements. (Issue #32) + (dannytatom) + +* `