]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Surface links to Stability Policy (GH-2848)
authorS. Co1 <sco1.git@gmail.com>
Tue, 1 Feb 2022 00:06:52 +0000 (19:06 -0500)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 00:06:52 +0000 (19:06 -0500)
CHANGES.md
README.md

index ba693241c194c7aa0f9b3423249830d87e2a99da..4ad9e532808bf837d7558a09b0720021385d3c04 100644 (file)
@@ -49,7 +49,8 @@
 ## 22.1.0
 
 At long last, _Black_ is no longer a beta product! This is the first non-beta release
-and the first release covered by our new stability policy.
+and the first release covered by our new
+[stability policy](https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy).
 
 ### Highlights
 
index a00495c8858bb6d4808c9e29aef1503448206f30..eda07b18a68fe0abd090a590baf5f3e49c194057 100644 (file)
--- a/README.md
+++ b/README.md
@@ -89,6 +89,10 @@ also documented. They're both worth taking a look:
 - [The _Black_ Code Style: Current style](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html)
 - [The _Black_ Code Style: Future style](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html)
 
+Changes to the _Black_ code style are bound by the Stability Policy:
+
+- [The _Black_ Code Style: Stability Policy](https://black.readthedocs.io/en/stable/the_black_code_style/index.html#stability-policy)
+
 Please refer to this document before submitting an issue. What seems like a bug might be
 intended behaviour.