1 parent e3d321b commit f3ec6a2Copy full SHA for f3ec6a2
1 file changed
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## 0.3.0
4
+
5
+### Breaking changes
6
7
+The module structure has changed. The existing `dht*::Reading::read` functions have moved to `dht*::blocking::read`.
8
9
+### Features
10
11
+* New `dht*::async` module for async support
12
+* defmt support
13
14
+### Dependency updates
15
16
+* embedded-hal v1.0
17
18
## 0.2.1
19
20
### Fixes
0 commit comments