From 61b40125216540748eb1da72a879fee8a10ba630 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 13 Aug 2015 11:36:31 -0400 Subject: [PATCH] Rlsnotes #2839 --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index e5b056487..af667d377 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -66,6 +66,7 @@ - **Dropdown** - Fixed issue where label could not be removed when using a numeric value due to mismatched types #2754 #2755 **Thanks @dgurkaynak** - **Menu** - Fixes tabular menu missing variable for background. **Thanks @frontdevde** - **Sticky** - Sticky now sets width and height with `!important` to avoid inheritance issues in some cases **Thanks @lauri-elevant** #2710 +- **Build Tools** - Removed octal literals from install scripts (for color escaping) #2839 **Thanks @artemkaint** **Additional Bugs** - **Build Tools** - Fixes issue on `win` platform where packaged theme would not correctly update when using watch due to regExp not matching windows path separators.