summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-04-11 14:28:47 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-04-11 14:28:47 -0400
commit30685d06840e18f28e7c88d1bc251e7e5e8a130d (patch)
tree7105c4a68ddaab514e68003db421063fabbd50b4
parent87157a9a97fdeaa6f089b209eada8bd316e81761 (diff)
downloaddogpile-cache-30685d06840e18f28e7c88d1bc251e7e5e8a130d.tar.gz
changelog
-rw-r--r--docs/build/changelog.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst
index e765294..9fbf036 100644
--- a/docs/build/changelog.rst
+++ b/docs/build/changelog.rst
@@ -5,6 +5,19 @@ Changelog
:version: 0.5.4
.. change::
+ :tags: feature
+
+ Added support for tests to run via py.test.
+
+ .. change::
+ :tags: bug
+ :pullreq: 15
+
+ Repaired the entry point for Mako templates; the name of the entrypoint
+ itself was wrong vs. what was in the docs, but beyond that the entrypoint
+ would load the wrong module name. Pull request courtesy zoomorph.
+
+ .. change::
:tags: bug
:tickets: 57
:pullreq: 13