From 37bc2fd32a92e7506e46561633eda63de02ad693 Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 13 Aug 2015 11:27:38 -0400 Subject: [PATCH] Rlsnotes #2836 --- RELEASE-NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index dfaffe31a..e5b056487 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,6 @@ ## RELEASE NOTES -### Version 2.x.x - July 23, 2015 +### Version 2.x.x - Aug x, 2015 **New Features** @@ -30,6 +30,7 @@ - **Dropdown** - Dropdown `show` and `hide` are now cancellable by returning `false` from `onShow` or `onHide` callbacks. - **Flag** - England flag alias is now correctly set #2770 **Thanks @eduardom** - **Popup** - Popup will now look for inline popup as any next adjacent sibling #2772 **Thanks @malacalypse** +- **Build Tools** - `gulp build` now correctly calls `callback`, allowing those importing tasks to chain it correctly #2836 **Thanks @artemkaint** **Additional Enhancements**