Codebase list golang-github-mitchellh-mapstructure / bd687ea
update CHANGELOG Mitchell Hashimoto 2 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
77 * Decoding to slice from array no longer crashes [GH-265]
88 * Decode nested struct pointers to map [GH-271]
99 * Fix issue where `,squash` was ignored if `Squash` option was set. [GH-280]
10 * Fix issue where fields with `,omitempty` would sometimes decode
11 into a map with an empty string key [GH-281]
1012
1113 ## 1.4.3
1214