From 4d1a5d6a2c3de62f779a15fc88716773e70b4160 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Mon, 15 Feb 2016 16:12:33 -0800 Subject: [PATCH] Rlsnotes --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ebbcb97de..df34b2bb7 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -10,6 +10,7 @@ -**Table** - Fixed issue where `striped selectable` table would not correctly show hover color on striped rows -**Segment/Message** - Fixed issue where `top attached message` would have no border when attached to `segment` #3619 -**Divider** - Fixed issue where descenders like "g" would be cut off in `horizontal divider` #3585 +-**Popup** - Fixed issue where checking `instanceof SVGGraphicsElement` caused error in IE11 #3043 **Enhancements** - **Build Tools** - Added new `autoInstall` option to allow for Semantic to be installed without user interaction. See [docs explanation](http://www.semantic-ui.com/introduction/advanced-usage.html#Auto-Install) for how to use. #3616 **Thanks @algorithme**