Skip to content

Commit

Permalink
Modify changelogs for version 0.3.1, and modify plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhominal committed Nov 7, 2016
1 parent 3d9b37d commit 0b87e32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>com.wishtack.pysynthetic.intellij</id>
<name>PySynthetic</name>
<version>0.3.0</version>
<version>0.3.1</version>
<vendor email="" url="https://www.wishtack.com/">Wishtack</vendor>

<description><![CDATA[
Expand All @@ -10,6 +10,8 @@
]]></description>

<change-notes><![CDATA[
0.3.1:
Fixes to synthetic Initializer support, improved auto-completion for get/set accessors.<br>
0.3.0:
Synthetic Initializer support.<br>
0.2.0:
Expand Down

0 comments on commit 0b87e32

Please sign in to comment.