Skip to content

Commit

Permalink
Add 0.15.2 features under differences section
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan authored Aug 22, 2022
1 parent 16385c1 commit 22beeb4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ This repo fixes:
- home directory works correctly (no longer using the deprecated `std::env::home_dir`)
- more helpful errors for `dotenv!` ([dotenv-rs/dotenv #57](https://github.com/dotenv-rs/dotenv/pull/57))

For a full list of changes, read the [changelog](./CHANGELOG.md).
It also adds:
- multiline support for environment variable values
- `io::Read` support via [`from_read`](https://docs.rs/dotenvy/latest/dotenvy/fn.from_read.html) and [`from_read_iter`](https://docs.rs/dotenvy/latest/dotenvy/fn.from_read_iter.html)
- improved docs

For a full list of changes, refer to the [changelog](./CHANGELOG.md).

## The legend

Expand Down

0 comments on commit 22beeb4

Please sign in to comment.