From b2471965f827068a4b19919956228ff0cb969eeb Mon Sep 17 00:00:00 2001
From: Darkyenus
Date: Sun, 4 Oct 2015 00:07:40 +0200
Subject: [PATCH] Version 1.11
---
META-INF/plugin.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml
index 54532cda..42d7aa4c 100755
--- a/META-INF/plugin.xml
+++ b/META-INF/plugin.xml
@@ -27,8 +27,15 @@
com.intellij.modules.lang
- 1.10
+ 1.11
1.11
+
+ - Major improvements to handling of preprocessor #define directives
+ - Add checking of switch statement correctness
+ - Improvements to Deduce Expression Type action
+ - Distinguish between function call and constructor
+
1.10