Skip to content

Commit

Permalink
converting to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeah authored Apr 10, 2017
1 parent 422f8c3 commit 140707c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.rst → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
Version 1.1.4
===========================================================
------------------------
* Django 1.10 and 1.11 support.


Version 1.1.3
===========================================================
------------------------
* Make papertrail admin viewer resilient to the model class referenced
by the related object not being available (this would happen, for example,
when an app is removed from INSTALLED_APPS but it's Content Type object
is still in the database).


Version 1.1.2
===========================================================
------------------------
* Add default Entry admin


Version 1.1.1
===========================================================
------------------------
* Add a new `data_adapter` argument to `papertrail.log`. The method
pointed by this argument allows the caller to pass a function which
transforms `data` before it is written to the database. It defaults
Expand All @@ -31,7 +31,7 @@ Version 1.1.1


Version 1.1.0 - HAS BREAKING CHANGES
===========================================================
------------------------
* Switched to testing with PostgreSQL
* Switch to using native JSONField on Django>=1.9. If you
are upgrading an existing installation you will need to
Expand All @@ -43,6 +43,5 @@ Version 1.1.0 - HAS BREAKING CHANGES


Version 1.0.5 (2016-06-22)
===========================================================

------------------------
* Started tracking changes.

0 comments on commit 140707c

Please sign in to comment.