aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/release-notes.md
diff options
context:
space:
mode:
authorStephan Groß2013-04-15 12:40:18 +0200
committerStephan Groß2013-04-15 13:02:18 +0200
commitad436d966fa9ee2f5817aa5c26612c82558c4262 (patch)
tree6630c59aed9f5fa523171632156713b00d237ea2 /docs/topics/release-notes.md
parent0c1b8b4f767bddb30e0df2f5411cc4798d403de7 (diff)
downloaddjango-rest-framework-ad436d966fa9ee2f5817aa5c26612c82558c4262.tar.bz2
Add DecimalField support
Diffstat (limited to 'docs/topics/release-notes.md')
-rw-r--r--docs/topics/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/release-notes.md b/docs/topics/release-notes.md
index d89bf80f..3ea167df 100644
--- a/docs/topics/release-notes.md
+++ b/docs/topics/release-notes.md
@@ -44,6 +44,7 @@ You can determine your currently installed version using `pip freeze`:
**Date**: 4th April 2013
+* DecimalField support.
* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token.
* URL hyperlinking in browseable API now handles more cases correctly.
* Long HTTP headers in browsable API are broken in multiple lines when possible.