Skip to content

Commit

Permalink
Updated released version
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Apr 2, 2018
1 parent 25c7b7a commit 8b57276
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ It is ready for production use. [It is used in several projects by Docker, Googl

### Latest release

[Release 0.3.2](https://github.com/imdario/mergo/releases/tag/0.3.2) is an important release because it changes `Merge()`and `Map()` signatures to support [transformers](#transformers). An optional/variadic argument has been added, so it won't break existing code.
[Release 0.3.3](https://github.com/imdario/mergo/releases/tag/v0.3.3).

### Important note

Please keep in mind that in [v0.3.2](//github.com/imdario/mergo/releases/tag/v0.3.2) Mergo changed `Merge()`and `Map()` signatures to support [transformers](#transformers). An optional/variadic argument has been added, so it won't break existing code.

If you were using Mergo **before** April 6th 2015, please check your project works as intended after updating your local copy with ```go get -u github.com/imdario/mergo```. I apologize for any issue caused by its previous behavior and any future bug that Mergo could cause (I hope it won't!) in existing projects after the change (release 0.2.0).

### Donations
Expand Down

0 comments on commit 8b57276

Please sign in to comment.