# Release notes #

## Version 1.4 - 2021-09-07 ##

- Add support for edge triggered file descriptor dispatching
- Migrate CI from Travis to GitHub Actions
- Add a first trivial usage example showing poll() integration


## Version 1.3 - 2017-01-20 ##

- Introduce recursive message parsing using callbacks
- Add scanf() based value conversion helper functions
- Some tweaks for C99 compatibility


## Version 1.2 - 2017-01-05 ##

- Add Travis CI support
- Add support for macOS and other BSDs


## Version 1.1 - 2016-06-6 ##

- Misc minor fixes
- Wrap davici.h in extern C for C++ users


## Version 1.0 - 2015-12-15 ##

- Initial public LGPLv2 licensed release


## Version 0.1 - 2015-11-06 ##

- First release of davici asynchronous VICI client library
