Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 1.52 KB
  • Some unnecessary SafeToInsert have been removed from node and nodeKeyed.
    • node only requires SafeToInsert when the KeySource is SourceDefault, not when the KeySource is KeyArbitrary.
    • nodeKeyed no longer ever requires SafeToInsert
  • MonadGraphulaFrontend has a new insertKeyed method.
  • Add missing MonadUnliftIO instance to GraphulaLoggedT
  • Support persistent-2.14
  • Support GHCs 9.0 and 9.2
  • Add/improve documentation
  • Re-organize previously-internal module
  • Release without dependencies upper bounds
  • Relax persistent packages' upper bounds
  • Relax dependencies upper bounds
  • Support GHC-8.10 and unliftio-core 2.0.0

First tagged release.