]> Dogcows Code - chaz/p5-File-KDBX/commitdiff
Release File-KDBX 0.905 release v0.905
authorCharles McGarvey <ccm@cpan.org>
Sat, 6 Aug 2022 18:13:33 +0000 (12:13 -0600)
committerCharles McGarvey <ccm@cpan.org>
Sat, 6 Aug 2022 18:13:33 +0000 (12:13 -0600)
  * Declare Time::Local 1.19 as a required dependency.
  * Declare CryptX 0.055 as a required dependency. Thanks HIGHTOWE.
  * Fixed minor documentation errors.

Changes
README.md

diff --git a/Changes b/Changes
index d37315834e6437eb5cd8b7b526610350440d4d4d..1b27a062ba3dc3a9659bb6939dbec00abdee9ddb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,11 @@
 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.
index 5851f96ca31156743838186e719166e48e86fa87..cbc2f3e09ece58e1bbb45c4a698db9f5d04aa4de 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ File::KDBX - Encrypted database to store secret text and files
 
 # VERSION
 
-version 0.904
+version 0.905
 
 # SYNOPSIS
 
@@ -546,7 +546,7 @@ $kdbx->add_entry($entry, %options);
 $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)
@@ -842,7 +842,7 @@ Remove just as many older historical entries as necessary to get under certain l
 
 - `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
 
@@ -860,7 +860,7 @@ secure the database when dumped. The attributes that will be randomized are:
 - ["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
 
This page took 0.024835 seconds and 4 git commands to generate.