Skip to content

Commit fe34fa9

Browse files
committed
Add changelog
1 parent da9dc6d commit fe34fa9

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist/
12
docs/_build/
23
SQLAlchemy_ImageAttach.egg-info/
34
.coverage

docs/changes.rst

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
SQLAlchemy-ImageAttach Changelog
2+
================================
3+
4+
Version 0.8.0
5+
-------------
6+
7+
To be released.
8+
9+
- Added manual :func:`~sqlalchemy_imageattach.context.push_store_context()` and
10+
:func:`~sqlalchemy_imageattach.context.pop_store_context()` API. It's useful
11+
when you can't use :keyword:`with` keyword e.g. setup/teardown hooks.
12+
13+
14+
Version 0.8.0.dev-20130531
15+
--------------------------
16+
17+
Initially released on May 31, 2013.
18+

docs/index.rst

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ enities. It's easy to use with :mod:`sqlalchemy.ext.declarative`::
3232
def object_id(self):
3333
return self.user_id
3434

35+
.. toctree::
36+
37+
changes
38+
3539

3640
.. module:: sqlalchemy_imageattach
3741

@@ -73,6 +77,8 @@ SQLAlchemy-ImageAttach is an open source software written by `Hong Minhee`_
7377
If you find any bug, please create an issue to the `issue tracker`_.
7478
Pull requests are also always welcome!
7579

80+
Check out :doc:`changes` as well.
81+
7682
.. image:: https://secure.travis-ci.org/crosspop/sqlalchemy-imageattach.png
7783
:alt: Build Status
7884
:target: http://travis-ci.org/crosspop/sqlalchemy-imageattach

0 commit comments

Comments
 (0)