README.md in bootstrap_flash_messages-0.0.3 vs README.md in bootstrap_flash_messages-0.0.4

- old
+ new

@@ -1,8 +1,8 @@ # bootstrap_flash_messages - version 0.0.2 + version 0.0.4 Robin Brouwer 45north Bootstrap alerts and Rails flash messages combined in one easy-to-use gem. @@ -19,9 +19,22 @@ And that's it! ## Changes + +Version 0.0.4 changes (03/09/2012): + + - Namespaced Controllers can be accessed by nesting your locales. + + # Old + "admin/products": + ... + + # New: + admin: + products: + ... Version 0.0.3 changes (14/08/2012): - Added interpolation to the flash messages \ No newline at end of file