Skip to content

Commit

Permalink
v1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Mar 3, 2020
1 parent bca8a55 commit fe7da73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1.4.0 (Unreleased)
# 1.3.1 (March 3, 2020)

* `convert`: Fix incorrect conversion rules for maps of maps, leading to panics. This will now succeed in some more cases that ought to have been valid, and produce a proper error if there is no valid outcome. ([#47](https://github.com/zclconf/go-cty/pull/47))
* `convert`: Fix incorrect conversion rules for maps of maps that were leading to panics. This will now succeed in some more cases that ought to have been valid, and produce a proper error if there is no valid outcome. ([#47](https://github.com/zclconf/go-cty/pull/47))
* `function/stdlib`: Fix an implementation error in the `Contains` function that was introduced in 1.3.0, so it will now produce a correct result rather than failing with a confusing error message. ([#46](https://github.com/zclconf/go-cty/pull/46))

# 1.3.0 (February 19, 2020)
Expand Down

0 comments on commit fe7da73

Please sign in to comment.