Skip to content

Commit 55b7cae

Browse files
a little more doc cleanup
1 parent 823af82 commit 55b7cae

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,8 @@ The `go-update` package makes the following promises about API compatibility:
5858
1. `go-update` will strive for as few API-breaking changes as possible.
5959

6060
## API Breaking Changes
61-
- Sept 3, 2015: The `Options` struct passed to `Apply` was changed to be passed by value instead of passed by pointer. Old API at `28de026`.
62-
- Aug 9, 2015: 2.0 API. Old API at `221d034` or `gopkg.in/inconshreveable/go-update.v0`.
63-
64-
## Older API Versions
65-
Did your build just break because the go-update API changed? You have two options:
66-
67-
1. Update your import to `gopkg.in/inconshreveable/go-update.v0`
61+
- **Sept 3, 2015**: The `Options` struct passed to `Apply` was changed to be passed by value instead of passed by pointer. Old API at `28de026`.
62+
- **Aug 9, 2015**: 2.0 API. Old API at `221d034` or `gopkg.in/inconshreveable/go-update.v0`.
6863

6964
## License
7065
Apache

0 commit comments

Comments
 (0)