Skip to content

Commit be518d8

Browse files
authored
Update CHANGELOG.md
1 parent 1163c40 commit be518d8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#Change Log
22

33
## 3.2.0 (2024-05-40) Update
4-
Resolve issue of child classes containing Encrypted values not persisting correctly.
5-
Made Twig extension an opt-out in config.
6-
Check for null encrypted values on insert.
7-
Fix command for bulk update/changes to the database.
8-
Restore backward compatibility for 5.4.
9-
Add AES-GCM-256 Encryptor
4+
Resolve issue of child classes containing Encrypted values not persisting correctly.
5+
Made Twig extension an opt-out in config.
6+
Check for null encrypted values on insert.
7+
Fix command for bulk update/changes to the database.
8+
Restore backward compatibility for 5.4.
9+
Add AES-GCM-256 Encryptor
1010

1111
## 3.1.0 (2023-02-22) Update
12-
Add attribute support for #[Encrypted] attributes instead of @Encrypted annotations.
13-
Add option to catch doctrine events from multiple connections.
14-
Add encrypt and decrypt CLI commands.
15-
Refactor for symfony flex and Symfony 6 recommended third party bundle structure
12+
Add attribute support for #[Encrypted] attributes instead of @Encrypted annotations.
13+
Add option to catch doctrine events from multiple connections.
14+
Add encrypt and decrypt CLI commands.
15+
Refactor for symfony flex and Symfony 6 recommended third party bundle structure.
1616

1717
## 3.0.1 (2022-03-13) Symfony 6 and PHP 8
1818
Major backward compatibility breaking change to Symfony 6 and PHP 8.

0 commit comments

Comments
 (0)