diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2020-03-29 20:00:01 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-03-29 20:37:15 +0300 |
commit | 15b0bd6e937a6676b818268378882c5a0a33a33b (patch) | |
tree | 7f2b2afa59c9fd08ca4139b9a53f8d8839184515 /docs/markdown/snippets/summary.md | |
parent | 95e7477d120ef8ff4d86aa1c669ad0ad9c5835e1 (diff) | |
download | meson-15b0bd6e937a6676b818268378882c5a0a33a33b.zip meson-15b0bd6e937a6676b818268378882c5a0a33a33b.tar.gz meson-15b0bd6e937a6676b818268378882c5a0a33a33b.tar.bz2 |
Update everything for new release.0.54.0
Diffstat (limited to 'docs/markdown/snippets/summary.md')
-rw-r--r-- | docs/markdown/snippets/summary.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/markdown/snippets/summary.md b/docs/markdown/snippets/summary.md deleted file mode 100644 index 67f29da..0000000 --- a/docs/markdown/snippets/summary.md +++ /dev/null @@ -1,8 +0,0 @@ -## Summary improvements - -A new `list_sep` keyword argument has been added to `summary()` function. -If defined and the value is a list, elements will be separated by the provided -string instead of being aligned on a new line. - -The automatic `subprojects` section now also print the number of warnings encountered -during that subproject configuration, or the error message if the configuration failed. |