Skip to content

Commit

Permalink
update changelog with 1.4 release date. update link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
the4thdoctor committed Jul 8, 2017
1 parent 9bf74c4 commit 5724079
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
changelog
*************************
1.4 - XX Jul 2017
1.4 - 08 Jul 2017
...........................................
* add varbinary to the type conversion dictionary
* fix wrong quoting when key field is surrounded by backtick `
Expand All @@ -9,6 +9,7 @@ changelog
* add INDEX and UNIQUE to excluded words when parsing alter table. this prevents the ddl replica to crash when the alter table adds an index
* Fix for `Issue #4 <https://github.com/the4thdoctor/pg_chameleon/issues/4>`_ add generic exception when fallback on inserts to trap unexpected data not handled by psycopg2
* Replace sync_replica with sync_tables. Check the release notes for implementation.
* Add --version to display the program version.

1.3.1 - 19 Jun 2017
...........................................
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

pg_chameleon `is available on pypi for download <https://pypi.python.org/pypi/pg_chameleon>`_

The documentation `is available on pythonhosted <http://pythonhosted.org/pg_chameleon/>`_
The documentation `is available on pgchameleon.org <http://www.pgchameleon.org/documents/index.html>`_

Live community `available on gitter <https://gitter.im/pg_chameleon/Lobby>`_

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pg_chameleon can pull the data from a cascading replica when the MySQL slave is



`Documentation available at python hosted <https://pythonhosted.org/pg_chameleon/>`_
`Documentation available at pgchameleon.org <http://www.pgchameleon.org/documents/index.html>`_

`Release available via pypi <https://pypi.python.org/pypi/pg_chameleon/>`_

Expand Down

0 comments on commit 5724079

Please sign in to comment.