]> git.donarmstrong.com Git - perltidy.git/commitdiff
update docs to include ref to git issue #
authorSteve Hancock <perltidy@users.sourceforge.net>
Mon, 7 Sep 2020 00:58:33 +0000 (17:58 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Mon, 7 Sep 2020 00:58:33 +0000 (17:58 -0700)
CHANGES.md
docs/ChangeLog.html

index 03a9210fc31bdab3b5d73c07aad8c93dd935dcbc..753500a3066123913d9a7cdb61f61f6d76e8cd46 100644 (file)
@@ -2,8 +2,8 @@
 
 ## 2020 09 07
 
-    - Fixed a bug when the combination -scbb -csc was used.  It occurs in perltidy
-      versions 20200110, 20200619, and 20200822.  What happens is
+    - Fixed bug git #37, an error when the combination -scbb -csc was used.
+      It occurs in perltidy versions 20200110, 20200619, and 20200822.  What happens is
       that when two consecutive lines with isolated closing braces had new side
       comments generated by the -csc parameter, a separating newline was missing.
       The resulting script will not then run, but worse, if it is reformatted with
index c36bf85c0b8306469beda9ab22e2ab1e7e57ad66..af434945c19560dead2136f5eedb58f61c380499 100644 (file)
@@ -2,8 +2,8 @@
 
 <h2>2020 09 07</h2>
 
-<pre><code>- Fixed a bug when the combination -scbb -csc was used.  It occurs in perltidy
-  versions 20200110, 20200619, and 20200822.  What happens is
+<pre><code>- Fixed bug git #37, an error when the combination -scbb -csc was used.
+  It occurs in perltidy versions 20200110, 20200619, and 20200822.  What happens is
   that when two consecutive lines with isolated closing braces had new side
   comments generated by the -csc parameter, a separating newline was missing.
   The resulting script will not then run, but worse, if it is reformatted with