updated changelog #643

This commit is contained in:
DastInDark
2022-08-10 00:54:11 +09:00
parent 506b2ce283
commit 67525f0b82
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@
**新機能:**
- `config/profiles.yaml``config/default_profile.yaml`の設定ファイルで、出力内容をカスタマイズできる。 (#165) (@hitenkoku)
- 対象のフィールドがレコード内に存在しないことを確認する `null` キーワードに対応した。 (#643) (@hitenkoku)
**改善:**
+2 -1
View File
@@ -4,7 +4,8 @@
**New Features:**
- Customizable output of fields defined at `config/profiles.yaml` and `config/default_profile.yaml` (#165) (@hitenkoku)
- Customizable output of fields defined at `config/profiles.yaml` and `config/default_profile.yaml`. (#165) (@hitenkoku)
- Implemented `null` keyword in rule. This paramter is used to check target field is not exist in record. (#643) (@hitenkoku)
**Enhancements:**