From 75ca39ea79c05c4434c35d5bcf74dbab009c7efd Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sat, 23 Jan 2010 13:00:14 -0800 Subject: [PATCH] Document --unix-newlines. --- doc-src/HAML_CHANGELOG.md | 3 +++ doc-src/SASS_CHANGELOG.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc-src/HAML_CHANGELOG.md b/doc-src/HAML_CHANGELOG.md index e1402625..ad5dedda 100644 --- a/doc-src/HAML_CHANGELOG.md +++ b/doc-src/HAML_CHANGELOG.md @@ -8,6 +8,9 @@ * Use `Rails.env` rather than `RAILS_ENV` when running under Rails 3.0. Thanks to [Duncan Grazier](http://duncangrazier.com/). +* Add a `--unix-newlines` flag to all executables + for outputting Unix-style newlines on Windows. + ## [2.2.17](http://github.com/nex3/haml/commit/2.2.16) * Fix compilation of HTML5 doctypes when using `html2haml`. diff --git a/doc-src/SASS_CHANGELOG.md b/doc-src/SASS_CHANGELOG.md index 265c9a4d..00aab303 100644 --- a/doc-src/SASS_CHANGELOG.md +++ b/doc-src/SASS_CHANGELOG.md @@ -12,6 +12,9 @@ since that's what the docs have said forever. Similarly, support `--line-numbers` as a command-line option. +* Add a `--unix-newlines` flag to all executables + for outputting Unix-style newlines on Windows. + ## [2.2.17](http://github.com/nex3/haml/commit/2.2.16) * When the {file:SASS_REFERENCE.md#full_exception-option `:full_exception` option}