mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Document --unix-newlines.
This commit is contained in:
parent
bddbcff8c6
commit
75ca39ea79
2 changed files with 6 additions and 0 deletions
|
@ -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`.
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue