Skip to content

Commit

Permalink
Add 2.3.0 to Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmagic committed Apr 19, 2018
1 parent 96a2b32 commit a7794c6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.2.2...master)
[Unreleased changes](https://github.com/bkeepers/dotenv/compare/v2.3.0...master)

## 2.3.0 - Apr 19, 2018

* Skip over lines that don't set an envvars ([#291](https://github.com/bkeepers/dotenv/pull/291))
* Document the -f flag ([#310](https://github.com/bkeepers/dotenv/pull/310))
* Existing variable takes precendence when performing substitution ([#313](https://github.com/bkeepers/dotenv/pull/313))
* Parse multiline values ([#318](https://github.com/bkeepers/dotenv/pull/318), [#329](https://github.com/bkeepers/dotenv/pull/329))
* Fix load to respect existing environment variables over env file when doing variable interpolation ([#323](https://github.com/bkeepers/dotenv/pull/323))
* Add gem version badge to README.md ([#328](https://github.com/bkeepers/dotenv/pull/328))
* Rescue from bundler require error ([#330](https://github.com/bkeepers/dotenv/pull/330))

## 2.2.2 - Apr 9, 2018

Expand Down

0 comments on commit a7794c6

Please sign in to comment.