summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.37.0.md
AgeCommit message (Collapse)Author
2021-10-03docs: Fix broken linksDaniel Mensinger
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2019-08-13Update vim syntax files link in 0.37 release notes [skip ci]Nirbheek Chauhan
2017-05-03doc: Replace kwarg with keyword argument.Elliott Sales de Andrade
This abbreviation is a Python-ism that is not really clear to those out of the loop.
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.