Revision history for File-KDBX.
{{$NEXT}}
+
+0.905 2022-08-06 12:12:42-0600
* Declare Time::Local 1.19 as a required dependency.
* Declare CryptX 0.055 as a required dependency. Thanks HIGHTOWE.
+ * Fixed minor documentation errors.
0.904 2022-07-07 21:51:17-0600
* Use expanded title, username in OTP parameters.
# VERSION
-version 0.904
+version 0.905
# SYNOPSIS
$kdbx->add_entry(%entry_attributes, %options);
```
-Add a entry to a database. This is equivalent to identifying a parent group and calling
+Add an entry to a database. This is equivalent to identifying a parent group and calling
["add\_entry" in File::KDBX::Group](https://metacpan.org/pod/File%3A%3AKDBX%3A%3AGroup#add_entry) on the parent group, forwarding the arguments. Available options:
- `group` - Group object or group UUID to add the entry to (default: root group)
- `max_items` - Maximum number of historical entries to keep (default: value of ["history\_max\_items"](#history_max_items), no limit: -1)
- `max_size` - Maximum total size (in bytes) of historical entries to keep (default: value of ["history\_max\_size"](#history_max_size), no limit: -1)
-- `max_age` - Maximum age (in days) of historical entries to keep (default: 365, no limit: -1)
+- `max_age` - Maximum age (in days) of historical entries to keep (default: value of ["maintenance\_history\_days"](#maintenance_history_days), no limit: -1)
## randomize\_seeds
- ["transform\_seed"](#transform_seed)
Randomizing these values has no effect on a loaded database. These are only used when a database is dumped.
-You normally do not need to call this method explicitly because the dumper does it explicitly by default.
+You normally do not need to call this method explicitly because the dumper does it for you by default.
## key