summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.37.0.md
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-02 22:23:13 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-03 16:20:53 -0400
commitf9de195d7c5a6ed4b02ea7c87137ac6be7f15d9c (patch)
tree8cfbca4f4979479ff2b72e0a48fb3c1b9e85156d /docs/markdown/Release-notes-for-0.37.0.md
parent40d7704cd5d639bb7e7149425501c31254a85f0f (diff)
downloadmeson-f9de195d7c5a6ed4b02ea7c87137ac6be7f15d9c.tar.gz
doc: Replace kwarg with keyword argument.
This abbreviation is a Python-ism that is not really clear to those out of the loop.
Diffstat (limited to 'docs/markdown/Release-notes-for-0.37.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.37.0.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/markdown/Release-notes-for-0.37.0.md b/docs/markdown/Release-notes-for-0.37.0.md
index 50a722661..32845bb5f 100644
--- a/docs/markdown/Release-notes-for-0.37.0.md
+++ b/docs/markdown/Release-notes-for-0.37.0.md
@@ -37,21 +37,21 @@ The new `shared_module` function allows the creation of shared modules, that is,
### gtkdoc
-- Allow passing a list of directories to `src_dir` kwarg
-- Add `namespace` kwarg
-- Add `mode` kwarg
+- Allow passing a list of directories to `src_dir` keyword argument
+- Add `namespace` keyword argument
+- Add `mode` keyword argument
- Fix `gtkdoc-scangobj` finding local libraries
### compile_resources
-- Add `gresource_bundle` kwarg to output `.gresource` files
-- Add `export` and `install_header` kwargs
+- Add `gresource_bundle` keyword argument to output `.gresource` files
+- Add `export` and `install_header` keyword arguments
- Use depfile support available in GLib >= 2.52.0
## i18n module
- Add `merge_file()` function for creating translated files
-- Add `preset` kwarg to included common gettext flags
+- Add `preset` keyword argument to included common gettext flags
- Read languages from `LINGUAS` file
## LLVM IR compilation