diff --git a/docs/release-notes.rst b/docs/release-notes.rst index df48957352a..6d06093342a 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,18 +10,6 @@ Version 0.22 ************** -Version 0.22.1 -============== - -**Release Date:** May 17, 2023 - -**Bug Fixes** - -- Fix a critical regression in 0.22.0 that could lead to database deadlocks and incorrect - experiment progress info when restarting trials after failure. Specifically, this problem may - occur when the ``max_restarts`` experiment configuration option is set to a value greater than - zero (default: 5). We advise all users running 0.22.0 to upgrade as soon as possible. - Version 0.22.0 ============== diff --git a/docs/release-notes/deprecate-fluent-logging.rst b/docs/release-notes/deprecate-fluent-logging.rst new file mode 100644 index 00000000000..6e2d7be0eb0 --- /dev/null +++ b/docs/release-notes/deprecate-fluent-logging.rst @@ -0,0 +1,7 @@ +:orphan: + +**Deprecated Features** + +- Master config option ``logging.additional_fluent_outputs`` is deprecated and will be removed in a + future version. We do not plan to offer a replacement at this time. If you are interested in + additional logging integrations, please contact us.