From 15460197470beede523b6ac04ab2258a2b4297b5 Mon Sep 17 00:00:00 2001 From: "Ruslan V. Uss" Date: Tue, 9 Aug 2022 02:48:06 +0500 Subject: [PATCH] doc: update changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7b0c59..e2f9b063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## v.0.9.1 + +### Features +- (lc709203f): Driver for LC709203F battery fuel gauge by @jmpmscorp in https://github.com/UncleRus/esp-idf-lib/pull/433 +- (hmc5883l): Added support for HMC5983 by @dizcza in https://github.com/UncleRus/esp-idf-lib/pull/431 + +### Bugfixes +- (i2cdev): Fixed I2C driver reinstallation bug by @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/430 +- (chore): Updated io-console by @trombik in https://github.com/UncleRus/esp-idf-lib/pull/435 +- (doc): Reordered Usages of metadata in the project section by @trombik in https://github.com/UncleRus/esp-idf-lib/pull/439 +- (all): Fixed xprintf() format specifications in components and examples to support ESP-IDF v5 by @UncleRus +- (ci): Fixed generation of components list by @UncleRus in https://github.com/UncleRus/esp-idf-lib/pull/446 + +## New Contributors +- @jmpmscorp made their first contribution in https://github.com/UncleRus/esp-idf-lib/pull/433 + +### Documentation: https://esp-idf-lib.readthedocs.io/en/0.9.1/ + + ## v.0.9.0 ### Features