Skip to content

Commit 1abbbc1

Browse files
committed
Update release notes
1 parent 18d9c75 commit 1abbbc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

3.0-RELEASE-NOTES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ loopback-datasource-juggler from your dependencies.
2424

2525
In version 3.0, we always use bluebird as our promise library
2626
instead of `global.Promise`.
27-
We consider Bluebird API a part of LoopBack API from now on,
27+
We consider Bluebird API as part of LoopBack API from now on,
2828
you are welcome to use any Bluebird-specific methods in your applications.
2929

3030
If you are using LoopBack with a custom promise implementation provided
3131
via `global.Promise`,
3232
you will have to check all places where you are using non-standard promise API
3333
and update them to use Bluebird API instead.
3434

35-
Please see [Related code change](https://github.com/strongloop/loopback/pull/1896) here.
35+
Please see [related code changes](https://github.com/strongloop/loopback/pull/1896).
3636

3737
## new method of defining remoting metadata
3838

@@ -62,7 +62,7 @@ methods: {
6262
}
6363
```
6464

65-
Please see [related code change](https://github.com/strongloop/loopback/pull/2174) here.
65+
Please see [related code changes](https://github.com/strongloop/loopback/pull/2174).
6666

6767
## remove `Change.handleError`
6868
`Change.handleError` is now removed as it was used inconsistenly for a subset of possible
@@ -72,7 +72,7 @@ Use PersistedModel to report change-tracking errors via the existing method
7272
PersistedModel.handleChangeError. This method can be customized on a per-model basis to
7373
provide different error handling.
7474

75-
Please see [related code change](https://github.com/strongloop/loopback/pull/2308) here.
75+
Please see [related code changes](https://github.com/strongloop/loopback/pull/2308).
7676

7777

7878
## remove unused user properties
@@ -98,7 +98,7 @@ Developers that are relying on these properties, can redefine them in `user.json
9898
}
9999
```
100100

101-
Please see [Related code change](https://github.com/strongloop/loopback/pull/2299) here.
101+
Please see [related code changes](https://github.com/strongloop/loopback/pull/2299).
102102

103103
## Remove getters for Express 3.x middleware
104104

@@ -231,4 +231,4 @@ now removed in favor of promoting use of:
231231
- `app.registry.createModel(modelName, properties, options)` to create new model
232232
- `app.model(modelCtor, config)` to update existing model and attach it to app
233233
234-
Please see [related code change](https://github.com/strongloop/loopback/pull/2401) here.
234+
Please see [related code changes](https://github.com/strongloop/loopback/pull/2401).

0 commit comments

Comments
 (0)