Skip to content

Commit

Permalink
Release v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Feb 13, 2018
1 parent 91eed35 commit a8e9fa9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
## Changelog

### [1.7.5](https://github.com/magiconair/properties/tree/v1.7.5) - 13 Feb 2018

* [PR #28](https://github.com/magiconair/properties/pull/28): Support duplicate expansions in the same value

Values which expand the same key multiple times (e.g. `key=${a} ${a}`) will no longer fail
with a `circular reference error`.

Thanks to [@yobert](https://github.com/yobert) for the fix.

### [1.7.4](https://github.com/magiconair/properties/tree/v1.7.4) - 31 Oct 2017

* [Issue #23](https://github.com/magiconair/properties/issues/23): Ignore blank lines with whitespaces

* [PR #24](https://github.com/magiconair/properties/pull/24): Update keys when DisableExpansion is enabled
Thanks to @mgurov for the fix.

Thanks to [@mgurov](https://github.com/mgurov) for the fix.

### [1.7.3](https://github.com/magiconair/properties/tree/v1.7.3) - 10 Jul 2017

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Overview [![Build Status](https://travis-ci.org/magiconair/properties.svg?branch=master)](https://travis-ci.org/magiconair/properties)
========

#### Current version: 1.7.4
#### Current version: 1.7.5

properties is a Go library for reading and writing properties files.

Expand Down

0 comments on commit a8e9fa9

Please sign in to comment.