From 063f52dfcf8ea29700ef98c5dbc48ee80d1bf2bb Mon Sep 17 00:00:00 2001 From: Justin McCammon Date: Fri, 13 May 2016 18:15:05 -0600 Subject: [PATCH] Update readme to mention where changelog is --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 412941e61..8620dfceb 100644 --- a/README.rst +++ b/README.rst @@ -41,3 +41,8 @@ Command Line .. code:: bash python -m neo4j "CREATE (a:Person {name:'Alice'}) RETURN a, labels(a), a.name" + +Changelog +============ + +Find the changelog in the wiki of this repo