--- stage: none group: none info: "See the Technical Writers assigned to Development Guidelines: https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments-to-development-guidelines" --- # Deprecated feature removal schedule DISCLAIMER: This page contains information related to upcoming products, features, and functionality. It is important to note that the information presented is for informational purposes only. Please do not rely on this information for purchasing or planning purposes. As with all projects, the items mentioned on this page are subject to change or delay. The development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc. <% if milestones.any? -%> <%- milestones.each do |milestone| %> ## <%= milestone %> <%- deprecations.select{|d| d["removal_milestone"] == milestone}.each do |deprecation| %> ### <%= deprecation["name"]%> <%= deprecation["body"] -%> Announced: <%= deprecation["announcement_date"]%> Planned removal: <%= deprecation["removal_date"]%> <%- end -%> <%- end -%> <%- else -%> Deprecated features scheduled for removal will be listed here, sorted by GitLab milestone. <% end -%>