Timeline macro documentation not updated?

Updating the way the timeline macro works so it stops midway through a day if it’s reached the limit was discussed here: How do I control the number of tiddlers on my recent list?

The changelog for 5.3.6 shows that this was changed somehow:

But when you click on that link, it still says:

Am I misunderstanding the changelog here, or did we just forget to update the doc tiddler?

In response to bug report #8127, the <<timeline>> implementation was fixed by computing the list of tiddlers and applying the limit[] operator before using the $list widget to apply the eachday[] filter operator. See line #12 in pull request #8690. The documentation should be updated to match the current behavior.

-e