On 2024/10/10 10:12:56 Rémy Maucherat wrote:
> On Thu, Oct 10, 2024 at 12:05 PM <micha...@apache.org> wrote:
> > -            sb.append(" - <a href=\"");
> > +            sb.append(" \u2013 <a href=\"");
> 
> If this really needed ?
> 
> > @@ -123,6 +123,10 @@
> >          the base class. The primary advantage for doing this is less code 
> > to
> >          process <code>init-param</code> values. (markt)
> >        </scode>
> > +      <update>
> > +        <bug>69370</bug>: <code>DefaultServlet</code>'s HTML listing
> > +        uses incorrect labels. (michaelo)
> > +      </update>
> 
> Usually there's no changelog entry when there is no functional impact.
> "fix" is for bug fixes or minor improvements, "update" for significant
> changes, and "add" for significant new features.
Thanks for this information. It should be mentioned in the changelog.xml header 
though. I will set a bookmark.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to