Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Feb 22, 2014
1 parent fe089dc commit 349feef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
build
dist
sitegen.egg-info
db.sqlite3
.ropeproject
*.orig
*.pyc
*~
.project
.pydevproject
.ropeproject
.sass-cache
*.pyc
*.orig
*~
build
db.sqlite3
dist
docs/_*
sitegen.egg-info
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2014-02-22 dfeinzeig

* Support markdown extensions

2014-02-21 F. Gabriel Gosselin

* Patching use of deprecated django.utils.simplejson
Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@ Example: `settings.py` ::
MARKDOWN_EXTENSIONS = ['extra']


Examples
========

Execute `make run` in sources directory. Open http://127.0.0.1:8000 in your
browser.


Changes
=======

Expand Down

0 comments on commit 349feef

Please sign in to comment.