Update changelog

This commit is contained in:
Andreas Dangel
2016-07-07 21:19:04 +02:00
parent eca09a0ce8
commit 4fe4555c7a
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ trigger Accounts on Account (before insert, after insert, before update, after u
<test-code>
<description>Trigger with logic</description>
<expected-problems>1</expected-problems>
<expected-linenumbers>1</expected-linenumbers>
<code><![CDATA[
trigger AccountTrigger on Account (after insert, after update) {
for(Account a : Trigger.new){

View File

@ -11,6 +11,7 @@
**Pull Requests:**
* [#101](https://github.com/pmd/pmd/pull/101): \[java] Improve multithreading performance: do not lock on classloader
* [#102](https://github.com/pmd/pmd/pull/102): \[apex] Restrict AvoidLogicInTrigger rule to max. 1 violation per file
**Bugfixes:**