Changelog for
golang-gopkg-yaml-v2-2+git20171116.287cf08-1.4.x86_64.rpm :
* Fri Dec 15 2017 opensuse-packagingAATTopensuse.org- Update to version 2+git20171116.287cf08:
* Correct documentation for Marshal (#287)
* Support usage of \"~\" to indicate null values
* Replace LICENSE text with actual license (#274)
* Make tag scanning code slightly cleaner.
* move embedded struct example into godoc
* Add UnmarshalStrict returning error if yaml has fields that do not exist in structure
* correct misspell on yamlh.go
* fix misspell on emmiterc.go
* Remove unreachable code to fix go vet (#249)
* Fix dead URL for yaml specification (#240)
* Tighten restrictions on float decoding (#171)
* Fix decode test for Go 1.8 (#217)
* Fix unmarshaler handling of empty strings.
* new license in the README file (#189)
* Updated LICENSE to Apache License 2.0.
* Add .travis.yml
* make compatible with Go 1.6
* Fix typo: \"uknown\" → “unknown\"
* More UTF-16 test cases by John.
* Fix UTF-16 LE and BE handling.
* add examples for decoding embedded structs
* Add simple example of field renaming.
* fixed typo in scannerc.go intendation->indentation
* Fix omitempty support for floats.
* Fix for non-specific tags parsing
* fix bug: width() always returns width of first character!
* add failing test cases
* Drop travis support. Not working and not missed.
* Fix timezone handling in time tests.
* Add time.Time encoding/decoding test.
* Balance parentheses.
* README.md: travis ci build status
* travis ci
* Support inline flag on a map field.
* Add test ensuring [] decodes as zero-length slice.
* Do not call MarshalText on yaml.Marshaler.
* Add test ensuring \": \" values get quoted.
* Reset slice rather than appending to old value.
* Support omitempty on struct value fields.
* runs \'gofmt -w
*.go\' on gopkg.in/yaml.v2
* Fixes TypeError check in Unmarshal
* Use math constants as decode_test check values
* Add support for uint64 and 64-bit binary notation
* Support encoding.TextMarshaler/Unmarshaler.
* Only inherit map types if sufficiently flexible.
* Trivial documentation fix.
* Allow non-ASCII characters in plain strings.
* Drop obsolete note.
* v1 => v2
* Proper reporting of type errors.
* New marshaler and unmarshaler interfaces.
* Ordered map support with MapSlice.
* Fri Dec 15 2017 carlosAATTtechbyte.ca- Initial obs commit