diff --git a/changelog.md b/changelog.md
index aa9301f..b1b9765 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
# changelog
+### Saturday, 14/01/2017 - v2.7.0cont
+- - Added a new Render Warning overlay. It detects situations where the brew may not be rendering correctly (wrong browser, browser is zoomed in...) and let's the user know
+
+
### Sunday, 25/12/2016 - v2.7.0
- Switching over to using Vitreum v4
- Removed gulp, all tasks are run through npm scripts
@@ -11,7 +15,7 @@
- Fixed realtime renderer not functioning if loaded with malformed html on load (thanks u/RattiganIV re:247)
- Removed a lot of unused files in shared
- vitreum v4 now lets me use codemirror as a pure node dependacy
-- Added a new Render Warning overlay. It detects situations where the brew may not be rendering correctly (wrong browser, browser is zoomed in...) and let's the user know
+
### Saturday, 03/12/2016 - v2.6.0
diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less
index 45a6efe..4a2f812 100644
--- a/client/homebrew/editor/snippetbar/snippetbar.less
+++ b/client/homebrew/editor/snippetbar/snippetbar.less
@@ -13,6 +13,7 @@
cursor : pointer;
line-height : @height;
text-align : center;
+ .tooltipLeft("Edit Brew Metadata");
&:hover, &.selected{
background-color : #999;
}
diff --git a/client/template.js b/client/template.js
index 9179f86..fd398e1 100644
--- a/client/template.js
+++ b/client/template.js
@@ -3,7 +3,7 @@ module.exports = function(vitreum){