diff options
| author | Roman <reclosedev@gmail.com> | 2012-04-11 21:25:32 +0400 |
|---|---|---|
| committer | Roman <reclosedev@gmail.com> | 2012-04-11 21:25:32 +0400 |
| commit | 8efee9a7986e853858d6f0f25475ef8e60f9a971 (patch) | |
| tree | c5720ccb0a43e1f7adc16be3ee57ecef69cd8d4b /docs | |
| parent | 09bfcb70e64fc50241fcedbebf775d91c18b7f76 (diff) | |
| download | requests-cache-8efee9a7986e853858d6f0f25475ef8e60f9a971.tar.gz | |
Added changelog
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/changelog.rst | 17 | ||||
| -rw-r--r-- | docs/index.rst | 5 |
2 files changed, 22 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst new file mode 100644 index 0000000..ed14f10 --- /dev/null +++ b/docs/changelog.rst @@ -0,0 +1,17 @@ +Changelog
+---------
+
+
+0.1.1 (2012-04-11)
++++++++++++++++++++
+
+* Fix: restore responses from response.history
+* Internal refactoring (``MemoryCache`` -> ``BaseCache``, ``reduce_response``
+ and ``restore_response`` moved to ``BaseCache``)
+* ``connection`` option for ``MongoCache``
+
+
+0.1.0 (2012-04-10)
++++++++++++++++++++
+
+* initial PyPI release
\ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 1b9cae7..65c7cfc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,6 +21,11 @@ Source code and issue tracking can be found at user_guide api +.. toctree:: + :maxdepth: 1 + + changelog + Indices and tables ================== |
