Skip to content

Commit 25f8097

Browse files
committed
update README
1 parent 43dbbad commit 25f8097

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,20 +328,22 @@ changes
328328
**1.2.4** - 2021/04/03
329329

330330
- upgrade most dependencies, but not CoffeeScript, since the latest
331-
version generates code that can't be run in older versions of node
331+
version generates code that can't be run in older versions of node - [pr #50][]
332332

333333
- change to call `yaml.load()` instead of `yaml.safeLoad()` since it's no
334-
longer supported, noticed via an error message:
334+
longer supported, noticed via an error message: - [pr #50][]
335335

336336
```
337337
Error: Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.
338338
```
339339

340+
[pr #50]: https://github.com/cloudfoundry-community/node-cfenv/pull/50
341+
340342
**1.2.3** - 2020/07/24
341343

342-
- remove `.cfignore` file
344+
- remove `.cfignore` file - [commit #02bb92d][]
343345

344-
[pr #41]: https://github.com/cloudfoundry-community/node-cfenv/pull/41
346+
[commit #02bb92d]: https://github.com/cloudfoundry-community/node-cfenv/commit/02bb92dacf5f59244b188dae11fd2fe732c4940e
345347

346348
**1.2.2** - 2019/03/26
347349

0 commit comments

Comments
 (0)