Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Aug 14, 2022
1 parent 766b9b0 commit 3582eef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.0.0
* **Deprecation** - Dropped Ruby, Eyeglass, Bower, and Sache support
* **Fix** - Fix `math.div` warnings
* **Change** - Sass 1.25+ is now a peer dependency

## 2.6.0
* **Change** Moved variable settings to new Breakpoint settings. Future versions will deprecate variable settings. Use `@include breakpoint-set()` or `@include bkpt-set()` to change settings, `@include breakpoint-reset()` or `@include bkpt-reset()` to reset settings to their default state. Please update your settings as followins:
* `$breakpoint-default-media: value;` should become `@include bkpt-set('default media', value);`
Expand Down

0 comments on commit 3582eef

Please sign in to comment.