diff --git a/messages.json b/messages.json index dee2d02..62ba7fd 100644 --- a/messages.json +++ b/messages.json @@ -9,5 +9,6 @@ "7.1.6": "messages/7.1.6.txt", "7.1.7": "messages/7.1.7.txt", "7.1.8": "messages/7.1.8.txt", - "7.2.0": "messages/7.2.0.txt" + "7.2.0": "messages/7.2.0.txt", + "7.2.1": "messages/7.2.1.txt" } diff --git a/messages/7.2.1.txt b/messages/7.2.1.txt new file mode 100644 index 0000000..4743d3d --- /dev/null +++ b/messages/7.2.1.txt @@ -0,0 +1,25 @@ +Houdini add-on for Sublime Text: + https://github.com/teared/VEX + + +Release 7.2.1 + +This patch release is a follow up to the Houdini 20.0 Update released a few days ago: + https://github.com/teared/VEX/releases/tag/7.2.0 + +It improves functionality and fixes problems in VEX snippets. + +1. Added #include in snippets. + Houdini has been doing this for a while under the hood. + In other words, snippets using PI will compile. + +2. Dictionary attributes supported: d@something. + +3. All automatically cast attributes supported. + Namely, added @elemnum, @numelem, @OpInput[1-4] to the support list. + +4. Fixed wrong column numbers for bound attribute names in VEX compile errors. + + +Open issues for bug reports, requests, suggestions, etc: + https://github.com/teared/VEX/issues \ No newline at end of file