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

Commit abf6ba2

Browse files
committed
Adds CHANGELOG for #7
1 parent f4df2f1 commit abf6ba2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
## 0.3.0 - 2017-07-31
6+
7+
### Added
8+
9+
- [#7](https://github.com/weierophinney/problem-details/pull/7) adds an explicit
10+
dependency on ext/json.
11+
12+
### Changed
13+
14+
- [#7](https://github.com/weierophinney/problem-details/pull/7) updates each
15+
of the following to place them under the new `ProblemDetails\Exception`
16+
namespace:
17+
- `CommonProblemDetailsException`
18+
- `InvalidResponseBodyException`
19+
- `MissingResponseException`
20+
- `ProblemDetailsException`
21+
22+
### Deprecated
23+
24+
- Nothing.
25+
26+
### Removed
27+
28+
- Nothing.
29+
30+
### Fixed
31+
32+
- Nothing.
33+
534
## 0.2.1 - 2017-06-13
635

736
### Added

0 commit comments

Comments
 (0)