Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBarnabe committed Aug 31, 2014
1 parent 5d8f71e commit 467d7f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
== 4.0.1

* Bugfixes

* Update parsing for calc
* Update parsing for Mozilla-specific pseudo elements

== 4.0.0

* New Features
Expand Down
2 changes: 1 addition & 1 deletion lib/csspool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require 'csspool/collection'

module CSSPool
VERSION = "4.0.0"
VERSION = "4.0.1"

def self.CSS doc
CSSPool::CSS::Document.parse doc
Expand Down

0 comments on commit 467d7f9

Please sign in to comment.