summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.55.0.md
AgeCommit message (Collapse)Author
2023-04-11fix various spelling issuesJosh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-08-16docs: fix various references to "meson builddir"Eli Schwartz
This is wrong, it should use "meson setup builddir".
2021-10-10Fix typos discovered by codespellChristian Clauss
2021-10-03docs: Fix broken linksDaniel Mensinger
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2021-01-13Fix misspellsAntonin Décimo
Signed-off-by: Antonin Décimo <antonin.decimo@gmail.com>
2020-11-22doc: fix confusing use of "build" as a directory argument [skip ci]Eli Schwartz
In most places, we now refer to "builddir/" which is a lot less likely to make people think it is a subcommand which needs to be used literally. This is a regression since commit 276d342ebaf859dd53e145ead3e98e2cebb360ab due to the existence of new docs which were added later on, using the wrong form.
2020-08-05Document VS backend from_buildtype behaviour change in release notesNirbheek Chauhan
Closes https://github.com/mesonbuild/meson/issues/7438
2020-07-12Updated everything for release 0.55.0.Jussi Pakkanen