Document --unix-newlines.

This commit is contained in:
Nathan Weizenbaum 2010-01-23 13:00:14 -08:00
parent bddbcff8c6
commit 75ca39ea79
2 changed files with 6 additions and 0 deletions

View File

@ -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`.

View File

@ -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}