diff --git a/CHANGELOG.md b/CHANGELOG.md index ee07ff4..20604f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file. ### 📚 Documentation - Generate more stylish changelog ([5319fb3](https://github.com/dnaka91/wazzup/commit/5319fb3417a830042e7bc220fe283046923da349)) +- Add changelog ([5b2a15c](https://github.com/dnaka91/wazzup/commit/5b2a15cad70e53c6c39a93c395fbe8f80382ae56)) ### ⚙️ Miscellaneous Tasks diff --git a/crates/stef-build/src/encode.rs b/crates/stef-build/src/encode.rs index 3bee68a..813abbe 100644 --- a/crates/stef-build/src/encode.rs +++ b/crates/stef-build/src/encode.rs @@ -1,7 +1,7 @@ use proc_macro2::{Ident, Span, TokenStream}; use quote::{quote, ToTokens}; use stef_parser::{ - DataType, Definition, Enum, ExternalType, Fields, Module, NamedField, Schema, Struct, + DataType, Definition, Enum, Fields, Module, NamedField, Schema, Struct, UnnamedField, Variant, };