Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nlamirault committed Mar 2, 2015
1 parent d18c2b1 commit 80b71a2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ try to follow these guidelines when you do so.

* Check that the issue has not already been reported.
* Check that the issue has not already been fixed in the latest code
(a.k.a. `master`).
(a.k.a. `develop`).
* Be clear, concise and precise in your description of the problem.
* Open an issue with a descriptive title and a summary in grammatically correct,
complete sentences.
Expand Down
18 changes: 16 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# phpunit.el ChangeLog

# Version 0.3.0 (10/24/2014)
# Version 0.4.0 (03/02/2015)

- Update unit tests configuration for [overseer][]
- [#P4][]: Variables for phpunit's directory and filename (Ahmad N. Raja)
- Update [TravisCI][] and [Drone.io][] for continuous integration
- Add code coverage using [undercover][]

# Version 0.3.0 (10/24/2014)

- [#P2][]: Remove unnecessary "depends-on" from Cask
- `FIX` Add Package-Requires line to display dependencies
Expand All @@ -10,7 +17,8 @@

- Launch PHPUnit on current test
- Add optional arguments to PHPUnit
- Use `defcustom` instead of `defvar` for customizable variables (Thanks to [Syohex](https://github.com/syohex))
- Use `defcustom` instead of `defvar` for customizable variables
(Thanks to [Syohex](https://github.com/syohex))


# Version 0.1.0 (04/04/2014)
Expand All @@ -20,3 +28,9 @@


[#P2]: https://github.com/nlamirault/phpunit.el/pull/2
[#P4]: https://github.com/nlamirault/phpunit.el/pull/4

[TravisCI]: https://travis-ci.org/nlamirault/emacs-travis
[Drone.io]: https://drone.io/github.com/nlamirault/emacs-travis
[overseer]: https://github.com/tonini/overseer.el
[undercover]: https://github.com/sviridov/undercover.el

0 comments on commit 80b71a2

Please sign in to comment.