summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Fiegehenn <simbabque@cpan.org>2023-04-29 17:07:36 +0100
committerJulien Fiegehenn <simbabque@cpan.org>2023-04-29 17:07:36 +0100
commitaf5c82128112dc2b3b91b668f0a070505b0d993c (patch)
treedc14ca3abd5e5a2991fd482105103253204c0d20
parent10a1c73d9aec86bdc0ff12adf197d7624a923776 (diff)
downloaduri-af5c82128112dc2b3b91b668f0a070505b0d993c.tar.gz
update Changes
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index 0d5e487..002340a 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,7 @@ Revision history for URI
(Sebastian Willing)
- Remove colon from username:password if there is no password (GH#31)
(David E. Wheeler, Joenio Marques da Costa, Julien Fiegehenn)
+ - Prefix private methods with _ in URI::_punycode (GH#47) (David E Wheeler)
5.17 2022-11-02 17:03:48Z
- Updated RFC references in the pod documentation for URI::file (GH#117)
@@ -81,7 +82,6 @@ Revision history for URI
1.73 2018-01-09 06:42:51Z
- Update documentation for URI::_punycode (GH Issue #45)
- - Prefix private methods with _ in URI::_punycode (GH Issue #47)
1.72 2017-07-25
- Convert the dist to Dist::Zilla for authoring.