From f2760756ae1eb6ca454d7250b4fb35e20622d9d9 Mon Sep 17 00:00:00 2001 From: Sam Kimbrel Date: Fri, 17 Jan 2014 11:01:11 -0800 Subject: [PATCH] Fix links in CHANGES.md --- CHANGES.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d08451f2..2d7ca6c1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,14 +8,14 @@ Version 0.2.11 Released January 17, 2014 -- Fixes the List field when marshalling a list of dictionaries. (#165) -- Adds Boolean and Price types to fields.__all__ (#180) -- Adds support for serializing a set object with a List field. (#175) -- Fixes support for using callables as reqparser type arguments (#167) -- Add configuration variable to control smart-errors behavior on 404 responses. (#181) -- Fixes bug preventing use of Flask redirects. (#162) -- Documentation fixes (#173) -- Fixes bug swallowing tracebacks in handle_error. (#166) +- Fixes the List field when marshalling a list of dictionaries. ([#165](https://github.com/twilio/flask-restful/issues/165)) +- Adds Boolean and Price types to fields.__all__ ([#180](https://github.com/twilio/flask-restful/issues/180)) +- Adds support for serializing a set object with a List field. ([#175](https://github.com/twilio/flask-restful/pull/175)) +- Fixes support for using callables as reqparser type arguments ([#167](https://github.com/twilio/flask-restful/pull/167)) +- Add configuration variable to control smart-errors behavior on 404 responses. ([#181](https://github.com/twilio/flask-restful/issues/181)) +- Fixes bug preventing use of Flask redirects. ([#162](https://github.com/twilio/flask-restful/pull/162)) +- Documentation fixes ([#173](https://github.com/twilio/flask-restful/pull/173)) +- Fixes bug swallowing tracebacks in handle_error. ([#166](https://github.com/twilio/flask-restful/pull/166)) Version 0.2.10 --------------