diff --git a/UPGRADE.md b/UPGRADE.md index 73d189c148c..10b163f1f6a 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -11,7 +11,7 @@ awareness about deprecated code. ## Deprecated `QueryBuilder` methods and constants. 1. The `QueryBuilder::getState()` method has been deprecated as the builder state is an internal concern. -2. Relying on the type of the query being built is deprecated by using `QueryBuilder::getType()` has been deprecated. +2. Relying on the type of the query being built by using `QueryBuilder::getType()` has been deprecated. If necessary, track the type of the query being built outside of the builder. The following `QueryBuilder` constants related to the above methods have been deprecated: