From 4732728e40beaff2338d0bdb9c01e9662d59f063 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 24 Jan 2019 23:50:11 +0100 Subject: [PATCH] Updating #51035: add rename to porting guide. (#51230) --- docs/docsite/rst/porting_guides/porting_guide_2.8.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.8.rst b/docs/docsite/rst/porting_guides/porting_guide_2.8.rst index e98265a91d..82ccfdbbbb 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.8.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.8.rst @@ -160,6 +160,8 @@ Noteworthy module changes * The ``digital_ocean`` module has been deprecated in favor of modules that do not require external dependencies. This allows for more flexibility and better module support. +* The ``docker_service`` module was renamed to :ref:`docker_compose `. + Plugins =======