Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 2fddb29

Browse files
committed
More changelog format fixes.
1 parent 752787f commit 2fddb29

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ selenium/
33

44
chromedriver.log
55
libpeerconnection.log
6+
changes.sh

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ _Note: Major version 0 releases are for initial development, and backwards compa
44

55
## Features
66

7-
- 796691205795d93fe12c998d20a58c8220ac6fb7 Updating to Selenium 2.24.
8-
- 90f0a942b09faff5924674a20ce7705b6d685eba Instead of having tests run with the protractor runner need to require()
7+
- ([7966912](https://github.com/angular/protractor/commit/796691205795d93fe12c998d20a58c8220ac6fb7)) Updating to Selenium 2.24.
8+
9+
- ([90f0a94](https://github.com/angular/protractor/commit/90f0a942b09faff5924674a20ce7705b6d685eba)) Instead of having tests run with the protractor runner need to require()
910
the protractor library, publish it to the global namespace. This insures
1011
the instance of protractor used within the tests is the same as the
1112
one used on the command line. Closes #36. Version bump for incompatible
1213
API changes.
13-
- cb373c99a7e33c5514bf1d2728a64f631ec8784c Adding glob matching to the spec files from the config. Closes #29.
14+
15+
- ([cb373c9](https://github.com/angular/protractor/commit/cb373c99a7e33c5514bf1d2728a64f631ec8784c)) Adding glob matching to the spec files from the config. Closes #29.
1416

1517

1618
## Breaking changes

0 commit comments

Comments
 (0)