Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1005 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1005 Bytes

v0.3.0

Added

  • [#68] Implemented no_std support by adding a default std feature.

Fixed

  • [#69] Fixed clippy::incorrect_partial_ord_impl_on_ord_type.

v0.2.0

Added

  • [#34] Implemented the Error trait for the errors defined in vm-fdt.
  • [#41] The threat model documentation is now available in the README.md.
  • [#37] Added property_phandle which is checking values for uniqueness.

Fixed

  • [#32] Validate that node names are following the specification.
  • [#46] Fix potential overflow in FdtWriter::begin_node().

v0.1.0

This is the first release of vm-fdt. The vm-fdt crate provides the ability to write Flattened Devicetree blobs.