From fe6e5e3c45d213a0bf6294415a4a3d2f156dda2a Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 1 Apr 2019 12:18:45 +0530 Subject: [PATCH] Correct the feature number in the release note. --- docs/en_US/release_notes_4_4.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en_US/release_notes_4_4.rst b/docs/en_US/release_notes_4_4.rst index 5d7dcde3f..b147f26eb 100644 --- a/docs/en_US/release_notes_4_4.rst +++ b/docs/en_US/release_notes_4_4.rst @@ -30,7 +30,7 @@ Features ******** | `Feature #2001 `_ - Add support for reverse proxied setups with Gunicorn, and document Gunicorn, uWSGI & NGINX configurations. -| `Feature #4017 `_ - Make the Query Tool history persistent across sessions. +| `Feature #4017 `_ - Make the Query Tool history persistent across sessions. | `Feature #4018 `_ - Remove the large and unnecessary dependency on React and 87 other related libraries. | `Feature #4030 `_ - Add support for IDENTITY columns. | `Feature #4075 `_ - Add an ePub doc build target. @@ -66,4 +66,4 @@ Bug fixes | `Bug #4099 `_ - Fix SQL help for EPAS 10+, and refactor the URL generation code into a testable function. | `Bug #4100 `_ - Ensure sequences can be created with increment, start, minimum and maximum options set. | `Bug #4105 `_ - Fix an issue where JSON data would not be rendered in the Query Tool. -| `Bug #4109 `_ - Ensure View/Materialized View node should be visible after updating any property. \ No newline at end of file +| `Bug #4109 `_ - Ensure View/Materialized View node should be visible after updating any property.