diff options
author | Nick Vatamaniuc <vatamane@gmail.com> | 2022-12-16 14:13:58 -0500 |
---|---|---|
committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | 2022-12-16 15:17:23 -0500 |
commit | 9ac1b95fa1eca0f00ae63188da91b552ce97ccd3 (patch) | |
tree | 8525eddd21c9fb0187ad6f12a2052039d4699e59 | |
parent | 23a2d85e58563783762c464c23ab61c49d7e7459 (diff) | |
download | couchdb-9ac1b95fa1eca0f00ae63188da91b552ce97ccd3.tar.gz |
Bump Fauxton to v1.2.9
-rw-r--r-- | rebar.config.script | 2 | ||||
-rw-r--r-- | src/docs/src/whatsnew/3.3.rst | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script index 3952ad857..9bd38af31 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -149,7 +149,7 @@ DepDescs = [ %% %% Non-Erlang deps {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, - {tag, "v1.2.8"}, [raw]}, + {tag, "v1.2.9"}, [raw]}, %% Third party deps {folsom, "folsom", {tag, "CouchDB-0.8.4"}}, {hyper, "hyper", {tag, "CouchDB-2.2.0-7"}}, diff --git a/src/docs/src/whatsnew/3.3.rst b/src/docs/src/whatsnew/3.3.rst index f86b2b181..4cc19e18a 100644 --- a/src/docs/src/whatsnew/3.3.rst +++ b/src/docs/src/whatsnew/3.3.rst @@ -156,6 +156,10 @@ Features and Enhancements * :ghissue:`4287`: Allow ``=`` in config key names. +* :ghissue:`4306`: Fauxton was updated to version v1.2.9. Changes since v1.2.8 + can be found `here + <https://github.com/apache/couchdb-fauxton/releases/tag/v1.2.9>`_ + Performance ----------- |