Skip to content

Commit 2a76a6e

Browse files
authored
Update README.md
1 parent de15f1f commit 2a76a6e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,6 @@ interface Entry {
6565
**The response code will always be 200 (OK).**
6666
If an entry is not found `null` is returned instead.
6767

68-
## Changelog
69-
70-
#### 2020-06-02
71-
72-
Invalid HTTP requests have been deprecated.
73-
74-
They will have a 33% chance to respond with a `400`, with a message detailing this deprecation.
75-
76-
i.e:
77-
78-
- Sending JSON bodies in `GET` requests
79-
- Sending query parameters in `POST` requests
80-
81-
#### 2020-12-27
82-
83-
API no longer returns `204`s - now always returns `200` with a `null` JSON body.
84-
8568
## Development
8669

8770
1. Clone the project

0 commit comments

Comments
 (0)