summaryrefslogtreecommitdiff
path: root/vendor/github.com/mitchellh/mapstructure/CHANGELOG.md
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2021-12-02 18:32:13 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2021-12-02 18:32:13 +0100
commitfe1cdab59fbde1af59bf9a940039586c313494ef (patch)
tree5c0998f456a422a719aab2325eb8a08192c16665 /vendor/github.com/mitchellh/mapstructure/CHANGELOG.md
parentc70878603af299a9c8b3e69b2299e71e6f52cc5f (diff)
downloadpodman-fe1cdab59fbde1af59bf9a940039586c313494ef.tar.gz
podman-fe1cdab59fbde1af59bf9a940039586c313494ef.tar.bz2
podman-fe1cdab59fbde1af59bf9a940039586c313494ef.zip
vendor: update containers/common
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'vendor/github.com/mitchellh/mapstructure/CHANGELOG.md')
-rw-r--r--vendor/github.com/mitchellh/mapstructure/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/mitchellh/mapstructure/CHANGELOG.md b/vendor/github.com/mitchellh/mapstructure/CHANGELOG.md
index 9fe803a5e..38a099162 100644
--- a/vendor/github.com/mitchellh/mapstructure/CHANGELOG.md
+++ b/vendor/github.com/mitchellh/mapstructure/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.4.3
+
+* Fix cases where `json.Number` didn't decode properly [GH-261]
+
## 1.4.2
* Custom name matchers to support any sort of casing, formatting, etc. for