# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased](https://gitlab.com/flightsimtools/r-fst/r-fp) * n/a ## [1.1.1](https://gitlab.com/flightsimtools/r-fst/r-fp/-/releases/v1.1.1) – 2024-10-04 ### Changed * Change the type of field `fir_altn` from type `String` to `Vec`. ### Fixed * Fix decoding of `fir_altn` field when multiple values are present. ## [1.1.0](https://gitlab.com/flightsimtools/r-fst/r-fp/-/releases/v1.1.0) – 2024-09-25 ### Added * Added GenericOfp data type. ## [1.0.5](https://gitlab.com/flightsimtools/r-fst/r-fp/-/releases/v1.0.5) – 2024-09-21 ### Fixed * Switch from blocking to async download. ## [1.0.4](https://gitlab.com/flightsimtools/r-fst/r-fp/-/releases/v1.0.4) – 2024-09-21 ### Changed * Fix types module is not public. ## [1.0.3](https://gitlab.com/flightsimtools/r-fst/r-fp/-/releases/v1.0.3) – 2024-07-26 ### Fixed * Fix ATIS can have empty fields. * Fix the parsing error when fir_enroute has only one entry. ## [1.0.3](https://gitlab.com/flightsimtools/r-fst/r-fp/-/releases/v1.0.2) – 2024-07-20 ### Fixed * Fix parsing error when multiple sigmets are given. ## [1.0.1](https://gitlab.com/flightsimtools/r-fst/r-fp/-/releases/v1.0.1) – 2024-07-19 ### Fixed * Fix the wrong import in lib.rs. ## [1.0.0](https://gitlab.com/flightsimtools/r-fst/r-fp/-/releases/v1.0.0) – 2024-07-19 ### Added * Initial release.