We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f18ad commit ee2e7c2Copy full SHA for ee2e7c2
CHANGELOG.md
@@ -0,0 +1,24 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
+and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [Unreleased]
8
9
+## [1.0.2] - 2018-02-21
10
+### Added
11
+- This changelog
12
13
+### Removed
14
+- Removed doc2test dependency
15
16
+## [1.0.1] - 2017-10-27
17
+### Changed
18
+- Exceptions precision. Using DomainException instead of LogicException
19
20
+## [1.0.0] - 2017-10-24
21
+Initial stable release
22
23
+[1.0.2]: https://github.com/json-api-php/json-api/compare/1.0.1...1.0.2
24
+[1.0.1]: https://github.com/json-api-php/json-api/compare/1.0.0...1.0.1
0 commit comments