diff --git a/docs/recipes/README.md b/docs/recipes/README.md index e0e1098c9..6b3314367 100644 --- a/docs/recipes/README.md +++ b/docs/recipes/README.md @@ -16,6 +16,10 @@ This document explains how to deploy an Application on a live server without usi Learn how to output the current date in Lucee. +## [Breaking Changes Between Lucee 6.0 and 6.1](/docs/recipes/breaking-changes-6-1.md) + +A guide to breaking changes introduced in Lucee between version 6.0 and 6.1 + ## [Cache a Query for the current request](/docs/recipes/cached-within-request.md) Cache a Query for the current request in Lucee. diff --git a/docs/recipes/index.json b/docs/recipes/index.json index 0c1f9cb22..0226c8c54 100644 --- a/docs/recipes/index.json +++ b/docs/recipes/index.json @@ -54,6 +54,19 @@ "Locale" ] }, + { + "file": "breaking-changes-6-1.md", + "title": "Breaking Changes Between Lucee 6.0 and 6.1", + "path": "/docs/recipes/breaking-changes-6-1.md", + "hash": "43c020b86cf58c1e848ffafe5891f81c", + "keywords": [ + "breaking changes", + "Lucee 6.0", + "Lucee 6.1", + "migration", + "upgrade" + ] + }, { "file": "cached-within-request.md", "title": "Cache a Query for the current request",