sure that the output is converged, and there is no penalty to using a large
iteration limit since perltidy will check for convergence and stop iterating as
soon as possible. The default is B<-nconv> (no convergence check). Using
-B<-conv> will approximately double run time since normally one extra iteration
-is required to verify convergence.
+B<-conv> will approximately double run time since typically one extra iteration
+is required to verify convergence. No extra iterations are required if no new
+line breaks are made, and two extra iterations are occasionally needed when
+reformatting complex code structures, such as deeply nested ternary statements.
=back
=over 4
+=item B<do not automatically delete closing side comments with --indent-only>
+
+For the parameter combination --indent-only and --closing-side-comments, old
+closing side comments were getting deleted but new closing side comments were
+not made. A fix was made to prevent this deletion. This fix was made 27 Nov 2020.
+
=item B<fix to stop at 1 iteration when using --indent-only>
Previously, for the combination --indent-only and -conv, two iterations