Skip to content

Commit

Permalink
update changelog for 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed Feb 4, 2020
1 parent fa467c4 commit 3840d4e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.15.0] - 2019-10-21

### Changed
- Undeprecate `iter` methods
- Library no longer has any dependencies

### Added
- Support for variables with a `.` in their name
- Support `\n` in double-quoted lines
- Support for variable substitution

## [0.14.1] - 2019-05-14

### Changed
Expand All @@ -19,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[Unreleased]: https://github.com/dotenv-rs/dotenv/compare/v0.14.1...HEAD
[Unreleased]: https://github.com/dotenv-rs/dotenv/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/dotenv-rs/dotenv/compare/v0.14.1...v0.15.0
[0.14.1]: https://github.com/dotenv-rs/dotenv/compare/v0.14.0...v0.14.1
[0.14.0]: https://github.com/dotenv-rs/dotenv/compare/v0.13.0...v0.14.0

0 comments on commit 3840d4e

Please sign in to comment.