Skip to content

v0.2.5

Compare
Choose a tag to compare
@daskycodes daskycodes released this 23 Nov 09:41
· 3 commits to main since this release

Bug fixes

  • Fix matcher_fun typespec as it caused dialyzer to fail by @smaximov
  • Improve get_from_path/1,2 to return nil instead of an error tuple on an invalid path and fix a possible leaking descriptor by @smaximov
  • Use import Bitwise