e.g. I want to search which release introduce Time.instant, there is no useful version info in the doc, use the search input box on the github release page always no meaningful result, what I expect is I can search the change log easier use my local grep tools.
Those changelog only available on specified tag, and only describe changes for current tagged version.
Apart from some links, there’s nothing in the current master’s changelog.
I can do this, probably write a crawler to collect it, do you accept a PR for this?
I can write a crawler to fetch each change log. Would you accept such a PR?
Of course, how to organize it is still an question. maybe a folder like change_logs/{1.18, 1.17, 1.16}.md could be an optional solution, that really easy to filter.