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 8db16da commit 7dad690Copy full SHA for 7dad690
CHANGELOG.md
@@ -3,9 +3,11 @@
3
4
## UNRELEASED
5
6
+## 1.0.0 - 2016-06-16
7
+
8
### Added
9
-- Added back `Http\Discovery\NotFoundException` to preserve BC with 0.8 version
10
+- Added back `Http\Discovery\NotFoundException` to preserve BC with 0.8 version. You may upgrade from 0.8.x and 0.9.x to 1.0.0 without any BC breaks.
11
- Added interface `Http\Discovery\Exception` which is implemented by all our exceptions
12
13
### Changed
composer.json
@@ -43,7 +43,7 @@
43
],
44
"extra": {
45
"branch-alias": {
46
- "dev-master": "0.10-dev"
+ "dev-master": "1.0-dev"
47
}
48
},
49
"config": {
0 commit comments