-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 920 #922
Fix 920 #922
Conversation
cupools
commented
Nov 16, 2016
- Make sure all of the significant new logic is covered by tests
- Rebase your changes on master so that they can be merged easily
- Make sure all tests and linter rules pass
- Update CHANGELOG.md with your change
1. enable modify request headers by jiggling the order of arguments in BatchedNetworkInterface 2. update test case 3. add sortByKeys function in MockFetch, in order to avoid unexpected error of `No more mocked fetch responses` fix #920
@cupools: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cupools This is really great, thanks a lot! If you could, please just make a tiny change to the changelog and it will be good to merge!
@@ -4,6 +4,9 @@ Expect active development and potentially significant breaking changes in the `0 | |||
|
|||
### vNEXT | |||
|
|||
### 0.5.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We usually just put the changelog entries under "vNEXT" until we make a release, because we don't know if the next one will be 0.5.5 or 0.6.0 until we release it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I will make the change.
Thanks @cupools ! |