Difference between revisions of "Mono-D Release Notes"
Line 3: | Line 3: | ||
* Generally, see https://github.com/aBothe/Mono-D/commits/master or https://github.com/aBothe/D_Parser/commits/master for detailed changes. Also mind file issue reports on these github repositories. | * Generally, see https://github.com/aBothe/Mono-D/commits/master or https://github.com/aBothe/D_Parser/commits/master for detailed changes. Also mind file issue reports on these github repositories. | ||
* Entries announcing new MonoDevelop/Mono builds always reference http://simendsjo.me/files/abothe <br/>See [[Mono-D#On_Linux]] on how to treat this link. | * Entries announcing new MonoDevelop/Mono builds always reference http://simendsjo.me/files/abothe <br/>See [[Mono-D#On_Linux]] on how to treat this link. | ||
+ | |||
+ | == v2.1.16 == | ||
+ | August 05th 2014 | ||
+ | * Fixed [https://github.com/aBothe/Mono-D/issues/516 #516] reusing unittest log pads | ||
== v2.1.15 == | == v2.1.15 == | ||
July 28th 2014 | July 28th 2014 | ||
− | * [Completion] Error with showing non-static items in certain completion contexts https://github.com/aBothe/Mono-D/issues/511 | + | * [Completion] Error with showing non-static items in certain completion contexts [https://github.com/aBothe/Mono-D/issues/511 #511] |
== v2.1.13 == | == v2.1.13 == |
Revision as of 12:03, 5 August 2014
This article contains release notes for Mono-D.
- Generally, see https://github.com/aBothe/Mono-D/commits/master or https://github.com/aBothe/D_Parser/commits/master for detailed changes. Also mind file issue reports on these github repositories.
- Entries announcing new MonoDevelop/Mono builds always reference http://simendsjo.me/files/abothe
See Mono-D#On_Linux on how to treat this link.
v2.1.16
August 05th 2014
- Fixed #516 reusing unittest log pads
v2.1.15
July 28th 2014
- [Completion] Error with showing non-static items in certain completion contexts #511
v2.1.13
July 11th 2014
- Some minor parse/resolution bug
MonoDevelop 5.3 + Mono 3.6.1 for Linux x86/x64
July 10th 2014
v2.1.11
July 6th 2014
- NRE when having no document opened and trying to open the Run-menu