From 832edc9d26d89416377f1311dc944b2194ac312f Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Wed, 26 Nov 2014 15:16:02 +0100 Subject: [PATCH] restructured test programs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd40628..a9d6dad 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,8 @@ Revision history v0.5.x (latest) +* Restructured testprograms. Fix #41. +* Corrected json on PHP 5.3. Fix #42. * Improving template for tests in `webroot/tests` when testing out #40. * Adding testcase for #40. * Adding option `convolve` taking comma-separated list of 11 float-values, wraps and exposes `imageconvoluttion()`. #4