From c7b27743c51119028fee63ecbc10503f6b6bd4c0 Mon Sep 17 00:00:00 2001 From: caihui Date: Tue, 10 Nov 2020 00:02:37 -0800 Subject: [PATCH] Update Freezer doc THe falcon version is already updated to new . The issuse of falcon < 0.1.8 is not exist any more. Update the doc. Change-Id: I48b10ae5505f59685f852d0e3d3a913d5a105409 --- doc/source/contributor/index.rst | 1 - doc/source/contributor/known_issues.rst | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 doc/source/contributor/known_issues.rst diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 7141f025..54a42071 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -8,5 +8,4 @@ Developer Guide metadata_structure client_structure api_documents - known_issues diff --git a/doc/source/contributor/known_issues.rst b/doc/source/contributor/known_issues.rst deleted file mode 100644 index 6f568fd9..00000000 --- a/doc/source/contributor/known_issues.rst +++ /dev/null @@ -1,20 +0,0 @@ -Known Issues -============ - -Versions of falcon < 0.1.8 --------------------------- - -Versions of `falcon `_ prior to 0.1.8 (to be precise, -before `this commit `_) -do not have support for error handlers, which are used internally by freezer-api -to specify the outcomes of various actions. - -The absence of this error handling support means that freezer-api **will not start** -on systems running the following, otherwise supported stable versions of -falcon: - -* 0.1.6 -* 0.1.7 - -falcon 0.1.8, which was released on Jan 14, 2014, and all newer versions support -this functionality.