From 99882fd75b49701490659024e08884cb8316dd04 Mon Sep 17 00:00:00 2001 From: thindil Date: Fri, 12 Apr 2024 06:10:52 +0000 Subject: [PATCH] docs: updated changelog FossilOrigin-Name: 3031a5d6fc7f6d9972356685c26cb817f520a59b3bea5af57876b17008f54a39 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 761a941..c800e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,9 @@ of the program. - New rule `tryStatements` to check `try` statements' `except` branches in a code do they are empty or contain an exception with the selected name. - More information about the program's error to error messages -- New rule `object`. Currently it only check if the object's type's - declarations have all their fields public or private. +- New rule `object`. It can check if the object's type's declarations have all + their fields public or private and do they are declared by using `int` or + `string` types. - More types of the program's rules' options: `natural` for integer values of 0 or more and `positive` for integer values greater than 0.