Update changelog

This commit is contained in:
Graham Esau 2021-03-21 20:24:32 +00:00
parent 1017506ce6
commit 77c7aa9beb
2 changed files with 4 additions and 0 deletions

View file

@ -41,6 +41,8 @@ pub struct SchemaSettings {
pub visitors: Vec<Box<dyn GenVisitor>>,
/// Inline all subschemas instead of using references.
///
/// Some references may still be generated in schemas for recursive types.
///
/// Defaults to `false`.
pub inline_subschemas: bool,
_hidden: (),