Update changelog for Matlab pull request

This commit is contained in:
Andreas Dangel
2015-01-18 11:09:41 +01:00
parent 68e4b3e4f1
commit e1886ac48e
2 changed files with 6 additions and 0 deletions

View File

@ -16,8 +16,12 @@ import net.sourceforge.pmd.util.IOUtil;
import org.apache.commons.io.IOUtils;
/**
* The Matlab Tokenizer.
*/
public class MatlabTokenizer implements Tokenizer {
@Override
public void tokenize(SourceCode sourceCode, Tokens tokenEntries) {
StringBuilder buffer = sourceCode.getCodeBuffer();
Reader reader = null;

View File

@ -4,6 +4,7 @@
**New Supported Languages:**
* Matlab (CPD)
* Python (CPD)
**Feature Requests and Improvements:**
@ -13,6 +14,7 @@
**Pull Requests:**
* [#11](https://github.com/adangel/pmd/pull/11): Added support for Python to CPD.
* [#12](https://github.com/adangel/pmd/pull/12): Added support for Matlab to CPD.
**Bugfixes:**