From b280bff3baefb7ed7143ce8c8e4081eee0cd0394 Mon Sep 17 00:00:00 2001 From: Philippe Herlin Date: Tue, 17 Jan 2006 22:08:53 +0000 Subject: [PATCH] Fill in release notes git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4150 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse/CHANGELOG.txt | 8 ++++++++ pmd-eclipse/RELNOTES.txt | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/pmd-eclipse/CHANGELOG.txt b/pmd-eclipse/CHANGELOG.txt index f9f413c754..313768fe7e 100644 --- a/pmd-eclipse/CHANGELOG.txt +++ b/pmd-eclipse/CHANGELOG.txt @@ -2,6 +2,14 @@ Change log for the PMD Eclipse plugin ------------------------------------- +v3.1.3 - 17/01/2006 + +Runtime +------- +. Update to PMD v3.4 with regexp support + + +---------------------------------------------------------------------------------------- v3.1.2 - 03/11/2005 Runtime diff --git a/pmd-eclipse/RELNOTES.txt b/pmd-eclipse/RELNOTES.txt index 64b5f4f23f..bf2cbc8dbd 100644 --- a/pmd-eclipse/RELNOTES.txt +++ b/pmd-eclipse/RELNOTES.txt @@ -1,6 +1,15 @@ Release notes for the PMD Eclipse Plugin ---------------------------------------- +v3.1.3 17/01/2005 +----------------- + +UPDATED : PMD v3.4 +------------------ +This version includes version 3.4 of the PMD engine with regexp support. + + +---------------------------------------------------------------------------------------- v3.1.2 03/11/2005 -----------------