# Changelog
---
+### 4.0.6- March 13, 2013
+* Added modular HTML class variables to control whether or no those classes come through into your CSS.
+* Changed global font size defaults to 100% to let browsers use their default zooming.
+* Fixed bugs with top-bar bottom margin variables.
+* Bug fixes for Reveal click event propigation.
+* Bug fixes in the Dropdown plugins for positioning.
+* Removed duplicate binding in sections.
+* Changes all references to `$button-radius` to `$global-radius` to fix customizer blank css files.
+* Updated customizer with better groupings in the checkbox section.
+
+You can compare the commits [here](https://github.com/zurb/foundation/compare/v4.0.5...master).
+
### 4.0.5- March 8, 2013
-We're currently working on patch fixes for various parts of Foundation. We'll add to this list as we go up until release.
* Custom classes added to custom forms now carry through to JS.
* Added `.horizontal-nav` to `foundation.section.js`.
* Fixed variables that weren't being inherited properly.
<h4 class="subheader">We'll keep you up to date with what we've released so you at least have a gist of what goes into each update. For the most part, we'll try to list things out as detailed as we see necessary.</h4>
+ <h5>4.0.6— March 13, 2013</h5>
+ <ul class="disc">
+ <li>Added modular HTML class variables to control whether or no those classes come through into your CSS.</li>
+ <li>Changed global font size defaults to 100% to let browsers use their default zooming.</li>
+ <li>Fixed bugs with top-bar bottom margin variables.</li>
+ <li>Bug fixes for Reveal click event propigation.</li>
+ <li>Bug fixes in the Dropdown plugins for positioning.</li>
+ <li>Removed duplicate binding in sections.</li>
+ <li>Changes all references to <kbd>$button-radius</kbd> to <kbd>$global-radius</kbd> to fix customizer blank css files.</li>
+ <li>Updated customizer with better groupings in the checkbox section.</li>
+ <li>You can compare the commits <a href="https://github.com/zurb/foundation/compare/v4.0.5...master">here</a>.</li>
+ </ul>
+
<hr>
<h5>4.0.5— March 8, 2013</h5>
- <p>We're currently working on patch fixes for various parts of Foundation. We'll add to this list as we go up until release.</p>
<ul class="disc">
<li>Custom classes added to custom forms now carry through to JS.</li>
<li>Added <kbd>.horizontal-nav</kbd> to <kbd>foundation.section.js</kbd>.</li>