Skip to content

Commit 652b278

Browse files
committed
Add breaking change reference
1 parent 815f869 commit 652b278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.19.0...3.0.0)
88

99
**Breaking Changes**
10-
For security purposes, logIn will default to `POST` instead of `GET` method.
10+
For security purposes, logIn will default to `POST` instead of `GET` method. ([#1284](https://github.com/parse-community/Parse-SDK-JS/pull/1284))
1111
If you need to use `GET` set the `usePost` option to false.
1212
`Parse.User.logIn('username', 'password', { usePost: false })`
1313

0 commit comments

Comments
 (0)