Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

22 lines (11 loc) · 1.13 KB

Semantic Versioning Changelog

2.4.0 (2021-07-23)

Bug Fixes

  • pin casbin_sqlalchemy_adapter==0.3.2 to be able to run test cases using casbin==1.0.4 (c914768)
  • remove duplicated test (155bf94)
  • support default delimiter for sanitize_group_headers() (0683ca3)

Features

  • add condition when using whitespace delimiter to handle more valid scenarios (d22efa3)

2.3.0 (2021-05-15)

Features

  • Update requirements.txt for latest casbin version and .github actions test added (#28) (d54f9d4)