From e894e4621664dfd5a7d427d92a1be237a3427466 Mon Sep 17 00:00:00 2001 From: Muhammad Nawzad Date: Tue, 30 Jan 2024 13:16:32 +0300 Subject: [PATCH] Updates Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 665ef73..87ed805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog This file is used to list changes made in each version of the Schemable gem. +## Schemable 1.0.2 (2024-01-30) + +* Added configuration for making certain associations nullable in the response's relationship. This can be done by adding the name of the relation in the `nullable_relationships` method's array of strings. + ## Schemable 1.0.1 (2024-01-29) * Added configuration for changing the default value of enums. By default first key is used, or alternatively default can be set manually by the method `default_value_for_enum_attributes` from the definition.