You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2020/03/25 21:43:24 UTC

svn commit: r1875676 - /subversion/trunk/CHANGES

Author: danielsh
Date: Wed Mar 25 21:43:24 2020
New Revision: 1875676

URL: http://svn.apache.org/viewvc?rev=1875676&view=rev
Log:
* CHANGES (1.14.0): Fix typo.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1875676&r1=1875675&r2=1875676&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Wed Mar 25 21:43:24 2020
@@ -30,7 +30,7 @@ https://svn.apache.org/repos/asf/subvers
     * mailer.py: prevent SMTP errors from impeding later emails (issue #1804)
     * mailer.py: Add option to specify the SMTP port to connect to (r1872398)
     * Make svn-backup-dump.py work on Python 3 
-    * validate-files.py: Fix handling for non-ascii characters (r1874393)
+    * validate-files.py: Fix handling for non-ASCII characters (r1874393)
 
  Developer-visible changes:
     * Require at least version 1.5 of APR (r1874094)