From 6f7128d3de5882a3b62e599e3d4d73d693036f06 Mon Sep 17 00:00:00 2001 From: Roald87 Date: Fri, 4 Oct 2024 16:58:15 +0200 Subject: [PATCH] remove option to load twincat 2 project (#106) * remove option to load twincat 2 project * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- docs/tc3.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/tc3.md b/docs/tc3.md index 38ff0e2..60fb011 100644 --- a/docs/tc3.md +++ b/docs/tc3.md @@ -22,6 +22,12 @@ - When typing a type from a library in TwinCAT, it tries to insert the library namespace, which is not valid for the library. - Events added to an EventClass in the type system must be successfully compiled to be saved. If changes are made and the project is saved without building it, the changes are not saved. Similarly, if there is a compile error, the changes are not saved. +## Version 3.1.4026.10 + +### Features + +- Removed option to "Load Project from TwinCAT 2.xx Version" from TwinCAT XAE project menu. [See reported issue](https://github.com/Roald87/TwinCatChangelog/issues/105). + ## Version 3.1.4024.59 ### Bug fixes