From aa58eac4ce66dcf97000eae4a9a4aeae0251f0e1 Mon Sep 17 00:00:00 2001 From: "Edgar R. M" Date: Wed, 31 May 2023 22:32:48 -0600 Subject: [PATCH] chore: Add documentation changes to the changelog (#869) --- .changes/unreleased/Documentation-20230531-221929.yaml | 5 +++++ .changes/unreleased/Documentation-20230531-221943.yaml | 5 +++++ .changie.yaml | 2 ++ 3 files changed, 12 insertions(+) create mode 100644 .changes/unreleased/Documentation-20230531-221929.yaml create mode 100644 .changes/unreleased/Documentation-20230531-221943.yaml diff --git a/.changes/unreleased/Documentation-20230531-221929.yaml b/.changes/unreleased/Documentation-20230531-221929.yaml new file mode 100644 index 00000000..54d5be08 --- /dev/null +++ b/.changes/unreleased/Documentation-20230531-221929.yaml @@ -0,0 +1,5 @@ +kind: Documentation +body: Add missing methods to RPC coverage page +time: 2023-05-31T22:19:29.524282-06:00 +custom: + Issue: "866" diff --git a/.changes/unreleased/Documentation-20230531-221943.yaml b/.changes/unreleased/Documentation-20230531-221943.yaml new file mode 100644 index 00000000..295f5a95 --- /dev/null +++ b/.changes/unreleased/Documentation-20230531-221943.yaml @@ -0,0 +1,5 @@ +kind: Documentation +body: Fix a couple of typos +time: 2023-05-31T22:19:43.884496-06:00 +custom: + Issue: "868" diff --git a/.changie.yaml b/.changie.yaml index 78f8f1be..f62da00b 100644 --- a/.changie.yaml +++ b/.changie.yaml @@ -27,6 +27,8 @@ kinds: auto: patch - label: Refactored auto: patch +- label: Documentation + auto: patch replacements: - path: pyproject.toml find: ^version = ".*"$