From 7ffce6a67b03b3bfd406bcd8286b8a2a11b4e943 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 24 Jul 2023 08:45:53 -0700 Subject: [PATCH] One last changelog entry for 0.6.1, refs #125 --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index f0543a7..c9cfef4 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,7 @@ - LLM can now be installed directly from Homebrew core: `brew install llm`. [#124](https://github.com/simonw/llm/issues/124) - Python API documentation now covers {ref}`python-api-system-prompts`. +- Fixed incorrect example in the {ref}`prompt-templates` documentation. Thanks, Jorge Cabello. [#125](https://github.com/simonw/llm/pull/125) (v0_6)= ## 0.6 (2023-07-18)