CHANGELOG.md in jekyll-postcss-0.4.0 vs CHANGELOG.md in jekyll-postcss-0.4.1

- old
+ new

@@ -1,7 +1,11 @@ # Changelog +## 0.4.1 + +- Fix a weird issue where the jekyll server never booted up because the converter class got in an infinite loop trying to make a socket connection to the postcss server. + ## 0.4.0 ### Process SCSS/Sass files The plugin now processes scss and sass files in addition to css files. This requires using the [postcss-scss](https://github.com/postcss/postcss-scss) syntax parser in your postcss.config.js @@ -22,10 +26,11 @@ - Output valid CSS when running outside the development environment ## 0.3.1 -- Only run development server in development +- Only run development server in development. + - This was discovered when attempting to deploy to Netlify. You can read more about it here [#8](https://github.com/mhanberg/jekyll-postcss/issues/8), [#15](https://github.com/mhanberg/jekyll-postcss/issues/15), and [here](https://community.netlify.com/t/deploy-is-hanging-postcss-problem/14822). ## 0.3.0 - Update rake - Performance improvement