From 82bb0734d2eb7b6c28dc2bcb0f3c29522ba37b0f Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 15 Jan 2014 15:34:51 -0500 Subject: [PATCH 1/2] Update RELEASE NOTES.md --- RELEASE NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index c339ce4a5..f13dc8dca 100755 --- a/RELEASE NOTES.md +++ b/RELEASE NOTES.md @@ -3,7 +3,7 @@ ### Version 0.12.1 - Jan 15, 2013 **Fixes** -**LESS** - Fixes typo breaking less parsing ``thanks DVSoftware** +**LESS** - Fixes typo breaking less parsing **thanks DVSoftware** **Menu** - Fixes buttons using ```` tag from inheriting link styles. **thanks joltmode** **Menu** - Fixes ``action input`` to work inside menus **thanks joltmode** **Modal** - Fixes possible race conditions in animations of modal **thanks dos1** From 2f0816c93aa8c163dc100c08417534507f93c4e6 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Wed, 15 Jan 2014 15:35:16 -0500 Subject: [PATCH 2/2] Update RELEASE NOTES.md Release note markdown formatting --- RELEASE NOTES.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE NOTES.md b/RELEASE NOTES.md index f13dc8dca..cd6aebe85 100755 --- a/RELEASE NOTES.md +++ b/RELEASE NOTES.md @@ -3,11 +3,11 @@ ### Version 0.12.1 - Jan 15, 2013 **Fixes** -**LESS** - Fixes typo breaking less parsing **thanks DVSoftware** -**Menu** - Fixes buttons using ```` tag from inheriting link styles. **thanks joltmode** -**Menu** - Fixes ``action input`` to work inside menus **thanks joltmode** -**Modal** - Fixes possible race conditions in animations of modal **thanks dos1** -**Message** - Prevents close icon from being misformatted in icon message **thanks MohammadYounes** +- **LESS** - Fixes typo breaking less parsing **thanks DVSoftware** +- **Menu** - Fixes buttons using ```` tag from inheriting link styles. **thanks joltmode** +- **Menu** - Fixes ``action input`` to work inside menus **thanks joltmode** +- **Modal** - Fixes possible race conditions in animations of modal **thanks dos1** +- **Message** - Prevents close icon from being misformatted in icon message **thanks MohammadYounes** **Docs** - **Icons** - Fixes some icon code samples in docs **thanks mishak87**