Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jfairbank committed Sep 22, 2017
1 parent be0f6ec commit 8b5e784
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v0.2.0

### NEW `.opacity` Method

Added an `.opacity` method to set the opacity of a color. (credit [@matildasmeds](https://github.com/matildasmeds))

```ruby
'red'.paint.opacity(0.3).to_rgb #=> 'rgba(255, 0, 0, 0.3)'
```

---

## v0.1.0 - 2016-05-26

### Dynamic Custom Palettes
Expand Down

0 comments on commit 8b5e784

Please sign in to comment.