# 0.4.1

- add empty/1
- refactor pop/1 internal

# 0.4.0

- add delete/1
- add pop/1
- move property tests to separate module

# 0.3.0

- fix underlying array implementation to accept `nil` as a valid insertion value
- optimize `count/1` to speedup by ~50%
- benchmarks for `count/1`
- misc. doc fixes
- add a changelog

# 0.2.0

- fix `insert/2`
- add `peek/1`
- add property test

# 0.1.0

- hello, world!
