avro v0.5.1.0 Release Notes
Release Date: 2020-03-30 // about 3 years ago-
๐ Changes
- ๐ CI build for ghc-8.8.3 by @newhoggy
- ๐ Merge pull request #145 from haskell-works/ci-build-for-ghc-8.8.3 CI build for ghc-8.8.3 by @newhoggy
- โ Remove Record's Order as per specification by @AlexeyRaga
- โ Test recursive case by @AlexeyRaga
- โ Add mutually recursive case by @AlexeyRaga
- ๐ Build with 8.8.3, deprecate 8.4.4 by @AlexeyRaga
- ๐ Merge pull request #144 from haskell-works/remove-record-order Remove Record's Order as per specification by @AlexeyRaga
- โ Remove unspecified field from Schema by @AlexeyRaga