summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/build/index.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/build/index.rst b/docs/build/index.rst
index 2d7ce55..7fd0704 100644
--- a/docs/build/index.rst
+++ b/docs/build/index.rst
@@ -2,6 +2,12 @@
Welcome to dogpile.core's documentation!
========================================
+.. note::
+
+ The dogpile.core package has been rolled into dogpile.cache directly as
+ of version 0.6.0 of dogpile.cache. dogpile.core as a separate package is
+ effectively EOL.
+
`dogpile.core <http://bitbucket.org/zzzeek/dogpile>`_ provides the *dogpile* lock,
one which allows a single thread or process to generate
an expensive resource while other threads/processes use the "old" value, until the