Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
TethysSvensson committed Feb 4, 2023
1 parent 53a7d8f commit ca781e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- \[Rust\]: Add license files to crates
- \[Rust\]: Implement a builder pattern for serializing tables and unions
- \[Rust\]: rustfmt runs twice on generated code to ensure it is formatted correctly
- \[Rust\]: Fix an issue with using structs across different flatbuffer namespaces.
- Add support for docstrings, and add them to the Rust output.
- Update the `README` with information about our Discord server.
- Split up `planus-cli` into multiple crates
- Fix planus failing with "Unexpected token" on CLRF

### Fixed
- \[Rust\]: Fix an issue with using structs across different flatbuffer namespaces. #172
- \[Rust\]: Fix bad error reporting when `rustfmt` was not installed. #173

### Removed
- \[Rust\]: The old ways of serializing tables and unions using `create`-functions have been removed.

Expand Down

0 comments on commit ca781e3

Please sign in to comment.