We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d0a128 commit 8f30e39Copy full SHA for 8f30e39
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 0.9.2
4
+
5
+### Fixed
6
7
+- Fix wrong size propogation for absolute elements (#878)
8
+- Fix bounds check in CellOccupancyMatrix::last_of_type (#890)
9
+- Use doc_cfg instead of doc_auto_cfg (#868)
10
11
+### Changed
12
13
+- Upgraded grid dependency from 0.18 to 1.0 (#864)
14
15
## 0.9.1
16
17
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "taffy"
-version = "0.9.1"
+version = "0.9.2"
authors = [
"Alice Cecile <alice.i.cecile@gmail.com>",
"Johnathan Kelley <jkelleyrtp@gmail.com>",
0 commit comments