packages feed

MuCheck-0.1.3.0: changes.md

# Changelog

## [0.1.3.0] (Rahul Gopinath)
  * Migrate mucheck to Test namespace
  * Add more tests
  * Fix eamples in docs

## [0.1.2.2] (Rahul Gopinath)
  * Handle single pattern function definitions correctly.

## [0.1.2.1] (Rahul Gopinath)
  * Fix minor tagging issue

## [0.1.2.0] (Rahul Gopinath)
  * Update usage docs
  * Add hspec test framework support
  * Add docs on some functions
  * Refactor summarizable to require only two functions
  * Changes to allow random sampling of mutant categories
  * Refactor more functions to common utils
  * Add a changelog
  * Add a todo

## [0.1.1.0] (Rahul Gopinath)
  * Add command line args
  * Add support for executable in cabal
  * Update docs
  * Add hspec tests for common utils
  * Refactor common utils
  * Better description in cabal
  * Better summarizable class for adding new test frameworks

## [0.1.0.1] (Rahul Gopinath)
  * Refactor the entire project
  * Add tests
  * Add docs
  * Fix null check in ops
  * Add support for functions with no parameter and operators (Onetwogoo)

## [0.1.0.0]
  * Added main, examples, mucheck.cabal,readme (Rahul Gopinath)
  * Added HUnit support (Duc Lee)

## [0.0.1.0] 2013-10-11
  * Initial implementation (Duc Lee)