From dbe0c8dc46c179849b43b155c12e2fe0bf01da41 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 14 Aug 2015 15:18:27 -0400 Subject: [PATCH] Manually merges #2843, adds rlsnotes` --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 55d95b17d..18dd2ac45 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -71,6 +71,7 @@ - **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), and uses of future ECMAScript reserved words #2838 #2839 **Thanks @artemkaint** +- **Tab** - Fixed issue where simple path would be tested before full path, i.e. `first/` vs `/second/first/` causing tab to not open in some cases **Thanks @habibutsu** #2843 **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.