# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2019-02-11
### Added
- Flex Utility.

### Fixed
- Typography Utility clashing "bold" with class with Spacing Utility's "bottom".

## [2.0.0] - 2018-01-22
### Changed
- CHANGELOG.md to match Sushi's own changelog.
- Start using camelCase BEM vs traditional BEM styling.
- Filenames match camelCase BEM styling.
- Double quotes are now standard.
- Utility separator is now an empty string instead of `-`.
- Utility prefix is now an underscore instead of `u-`.

[2.3.0]: https://github.com/dogandpony/sushi-base/compare/v2.2.0...v2.3.0
[2.0.0]: https://github.com/dogandpony/sushi-base/compare/v1.7.1...v2.0.0
