From b82497d595b87be82191b0dbf03050906126a5cc Mon Sep 17 00:00:00 2001 From: indexzero Date: Tue, 7 Apr 2015 15:39:36 -0700 Subject: [PATCH] [doc] Update CHANGELOG.md for #583. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 019b8c142..d180d7ebf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### Breaking Changes * [#587](https://github.com/winstonjs/winston/pull/587) Do not extend `String` prototypes as a side effect of using `colors`. + * [#583](https://github.com/winstonjs/winston/pull/583) Use `os.EOL` for all file writing by default. * [#380](https://github.com/winstonjs/winston/pull/380) Rename `duration` to `durationMs`, which is now a number a not a string ending in `ms`. ## v0.9.0 / 2015-02-03