]> git.donarmstrong.com Git - perltidy.git/commitdiff
updated docs 20210717
authorSteve Hancock <perltidy@users.sourceforge.net>
Sat, 17 Jul 2021 13:29:19 +0000 (06:29 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Sat, 17 Jul 2021 13:29:19 +0000 (06:29 -0700)
CHANGES.md
docs/ChangeLog.html

index fa8ba4facf24b9be7ca9e79d691b78c6ade16256..8c36f5997a42b2fd8612550b0b66727147d5ed4b 100644 (file)
@@ -3,12 +3,9 @@
 ## 2021 07 17
 
     - This release is being made mainly because of the next item, in which an
-      error message about an uninitialized value error message could be produced 
-      in certain cases when format-skipping is used.  The error message was 
-      annoying but harmless to formatting.  This version may produce occasional 
-      differences in formatting compared to previous versions, mainly for lines 
-      which are near the specified line length limit.  This is due to ongoing 
-      efforts to eliminate edge cases of formatting instability.
+      error message about an uninitialized value error message could be produced
+      in certain cases when format-skipping is used.  The error message was
+      annoying but harmless to formatting.
 
     - Fixed an undefined variable message, see git #67. When a format skipping
       comment '#<<' is placed before the first line of code in a script, a
     - The -wn and -bbxx=n flags were not working together correctly. This has
       been fixed.
 
+    - This version may produce occasional differences in formatting compared to
+      previous versions, mainly for lines which are near the specified line
+      length limit.  This is due to ongoing efforts to eliminate edge cases of
+      formatting instability.
+
     - Numerous minor fixes have been made. A complete list is at:
 
            https://github.com/perltidy/perltidy/blob/master/local-docs/BugLog.pod
index eff6bf7581190114a3d3510691193d8fceb17189..ca7f6ceefd8b011a705c2df42dae7c6a6cb3ff6e 100644 (file)
@@ -3,12 +3,9 @@
 <h2>2021 07 17</h2>
 
 <pre><code>- This release is being made mainly because of the next item, in which an
-  error message about an uninitialized value error message could be produced 
-  in certain cases when format-skipping is used.  The error message was 
-  annoying but harmless to formatting.  This version may produce occasional 
-  differences in formatting compared to previous versions, mainly for lines 
-  which are near the specified line length limit.  This is due to ongoing 
-  efforts to eliminate edge cases of formatting instability.
+  error message about an uninitialized value error message could be produced
+  in certain cases when format-skipping is used.  The error message was
+  annoying but harmless to formatting.
 
 - Fixed an undefined variable message, see git #67. When a format skipping
   comment '#&lt;&lt;' is placed before the first line of code in a script, a
 - The -wn and -bbxx=n flags were not working together correctly. This has
   been fixed.
 
+- This version may produce occasional differences in formatting compared to
+  previous versions, mainly for lines which are near the specified line
+  length limit.  This is due to ongoing efforts to eliminate edge cases of
+  formatting instability.
+
 - Numerous minor fixes have been made. A complete list is at:
 
        https://github.com/perltidy/perltidy/blob/master/local-docs/BugLog.pod