minidom: Make the whole crate almost no_std
Only std::io is still missing, maybe we should consider using a crate implementing its API on top of no_std?
This commit is contained in:
parent
8e375aea66
commit
d203a348cb
7 changed files with 33 additions and 27 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Version NEXT:
|
||||
* Changes
|
||||
* Almost make the whole crate `no_std`, only `std::io` is still remaining.
|
||||
|
||||
Version 0.16, released 2024-07-23:
|
||||
* Breaking
|
||||
* Element comparison returns unequal when number of nodes is unequal.
|
||||
|
|
|
|||
Loading…
Reference in a new issue