CHANGELOG
=========

1.4.0 (2022-10-27)

- Add support for Python 3.11

1.3.6 (2022-08-03)

- cibuildwheel integration

1.3.5 (2022-05-20)

- Fix an exception with matplotlib on Python 3.10 (#97)
- Fix incorrect walltime when same coroutine is ran with concurrent tasks (#58) 

1.3.3 (2021-10-05)

- Fix 3.10 support
- Fix wrong sorting key when tavg is selected

1.3.2 (2020-11-27)

- Add support for Python 3.10

1.3.0 (2020-10-08)

- Add support for profiling gevent applications
- A new API has been defined: `set_context_backend` which accepts `greenlet` as a backend.
- Fix various issues

1.2.5 (2020-04-27)

- Fix tag/ctx_id filtering on get_func_stats

1.2.4 (2020-04-13)

- Add filter_callback to get_func_stats() for filtering function/module descriptors
- FIX: issues related to invalid conversion from long->ptr in Win32
- Optimize tstate->dict retrieval
- Various other fixes

1.2.3 (2020-04-13)

- Added the CHANGELOG file
