Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 893316d

Browse files
committed
Added CHANGELOG
1 parent 942a3e9 commit 893316d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4+
5+
## 1.0.0 - 2016-11-09
6+
7+
Initial public release. Incorporates rules for:
8+
9+
- PSR-2
10+
- disallow long array syntax
11+
- space after not operator
12+
- whitespace around operators
13+
- disallow superfluous whitespace
14+
15+
and enables color reporting by default.
16+
17+
### Added
18+
19+
- Nothing.
20+
21+
### Deprecated
22+
23+
- Nothing.
24+
25+
### Removed
26+
27+
- Nothing.
28+
29+
### Fixed
30+
31+
- Nothing.

0 commit comments

Comments
 (0)