avro v0.5.2.0 Release Notes

Release Date: 2020-04-14 // about 5 years ago

Previous changes from v0.5.1.0

  • 🔄 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