Skip to content

Commit

Permalink
Merge branch 'release-4.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdefreyne committed Jul 2, 2016
2 parents 682066c + d852352 commit 2984eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
@@ -1,15 +1,17 @@
# Nanoc news

## 4.2.2 (???)
## 4.2.2 (2016-07-02)

Fixes:

* Fixed confusing “invalid prefix” error message (#873, #879)
* Ensured filter arguments are frozen, to prevent outdatedness checker errors (#881, #886)
* Fixed issue with dependencies of items generated in the preprocessor not being tracked (#885, #891, #893)

Enhancements:

* Added specific handling for `Sass::Importers::Filesystem` in the checksummer, which should reduce unnecessary recompiles in sites using Compass (#866, #884)
* Improved speed of checksummer (#864, #887)

## 4.2.1 (2016-06-19)

Expand Down
2 changes: 1 addition & 1 deletion lib/nanoc/version.rb
@@ -1,4 +1,4 @@
module Nanoc
# The current Nanoc version.
VERSION = '4.2.1'.freeze
VERSION = '4.2.2'.freeze
end

0 comments on commit 2984eb5

Please sign in to comment.