diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c22209..799478ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log All notable changes to the "crs-al-language-extension" extension: -## [1.5.32] - 2024-07-15 +## [1.5.33] - 2024-07-15 Made it possible to have multiple extension objects names (thanks for [reporting](https://github.com/waldo1001/crs-al-language-extension/issues/305), [Natalie](https://github.com/NKarolak)). The way it works: It's regarding setting `ExtensionObjectNamePattern`. If you, as deverlop, would add extra characters after this pattern, the extension will accept them. For example, if you would have a setting ` Ext`, and you would have an extension object named `MyTable Ext 2`, the extension will accept this as a valid object name and not change it bak to `MyTable Ext`. diff --git a/package.json b/package.json index e6da3934..791bc4c2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crs-al-language-extension", "displayName": "waldo's CRS AL Language Extension", "description": "Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.", - "version": "1.5.32", + "version": "1.5.33", "publisher": "waldo", "icon": "images/waldo.png", "author": {