aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-08-29 21:39:12 +0100
committerTom Christie2012-08-29 21:39:12 +0100
commit7fa082489bb384422d129f2d7906ed2e550d3784 (patch)
treee05972b2d675c879db32c76994bcaffd33dd1022
parenta1f1afd778f1832d760878a1975c7f73aa599f77 (diff)
downloaddjango-rest-framework-7fa082489bb384422d129f2d7906ed2e550d3784.tar.bz2
Release notes for 0.4.0
-rw-r--r--CHANGELOG.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6471edbe..dab69c6f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -1,10 +1,18 @@
Release Notes
=============
-0.4.0-dev
----------
+0.4.0
+-----
-* Markdown < 2.0 is no longer supported.
+* Supports Django 1.5.
+* Fixes issues with 'HEAD' method.
+* Allow views to specify template used by TemplateRenderer
+* More consistent error responses
+* Some serializer fixes
+* Fix internet explorer ajax behaviour
+* Minor xml and yaml fixes
+* Improve setup (eg use staticfiles, not the defunct ADMIN_MEDIA_PREFIX)
+* Sensible absolute URL generation, not using hacky set_script_prefix
0.3.3
-----