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 24, 2016
2 parents ca67151 + f896e3f commit 10ae5bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.md
@@ -1,5 +1,18 @@
# Nanoc news

## 4.2.4 (2016-07-24)

Fixes:

* Fixed `UnmetDependency` errors in postprocessor (#913, #917)

Enhancement:

* Sped up Nanoc by not releasing cache memory as quickly (#902)
* Let `internal_links` check also verify resource paths, such as scripts and images (#912) [Lorin Werthen]
* Improved error reporting for errors in the Rules file (#908, #914, #915, #916)
* Removed `win32console` support, as it’s deprecated and causing problems (#900, #918)

## 4.2.3 (2016-07-03)

Fixes:
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.3'.freeze
VERSION = '4.2.4'.freeze
end

0 comments on commit 10ae5bf

Please sign in to comment.