diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eade4f..8fc4c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). # Change Log +## 0.3.1 + +### Changed + + * Synthetic constructor parameter order fixes: + * Fixed incorrect duplicate parameters when some synthetic members define arguments with matching names. + * Fixed incorrect ordering of parameters when `**kwargs` are present. + * Tweaked auto-completion of getters/setters to be closer to native method auto-completion. + ## 0.3.0 ### Added diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index 7c7968e..ec130c6 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.wishtack.pysynthetic.intellij PySynthetic - 0.3.0 + 0.3.1 Wishtack 0.3.0: Synthetic Initializer support.
0.2.0: