# Revision history for forms-data-format
## 0.1 -- 2023-04-03
* First version. Released on an unsuspecting world.
## 0.2 -- 2023-04-09
* Removed an extra newline from reserialization.
## 0.2.0.1 -- 2023-11-25
* Bumped the upper bound of the `bytestring` dependency.
## 0.2.1 -- 2024-02-29
* Properly parse and serialize special and Unicode characters
## 0.3 -- 2025-02-15
* Changed the `Field` data type, as it appears to never have a value and children at the same time
* Added executables `fdfdiff` and `fdfpatch`