From 11fec7442de5cd63d07563ae64767fcee7a594a2 Mon Sep 17 00:00:00 2001 From: Olivia Date: Sat, 10 Feb 2024 17:24:32 +0100 Subject: [PATCH] Pre-release meta changes --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94661e3..a3d1c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ## Docs * Described the exact reason for [#66](https://github.com/LunarWatcher/auto-pairs/issues/66) in `:h autopairs-autocomplete-cr` +* Documented variable initialisation and function call order issues ([#84](https://github.com/LunarWatcher/auto-pairs/issues/84)) # 4.0.1 `g:AutoPairsVersion = 40001` diff --git a/README.md b/README.md index 1d4813f..fdc3d6a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ There's several installation methods, and you're free to use whatever you want, ```vim Plug 'LunarWatcher/auto-pairs' ``` -You can also specify a tag, but this is no longer needed as of the proper release of 3.0.0. +You can also specify a tag, but this is no longer needed as of the release of 3.0.0. To use experimental changes before they're deployed, use: ```vim