Skip to content

Commit 4c4a193

Browse files
authored
Merge pull request #34 from cucumber/changelog
Create a CHANGELOG
2 parents 87a937f + be520f4 commit 4c4a193

File tree

2 files changed

+102
-3
lines changed

2 files changed

+102
-3
lines changed

CHANGELOG.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CHANGELOG.md) from Cucumber Core.
8+
9+
----
10+
11+
## [Unreleased] (In Git)
12+
13+
### Added
14+
15+
- [Doc] Users documentation on Scala DSL
16+
17+
### Changed
18+
19+
- [Core] Update `cucumber-core` dependency to 5.6.0 ([#23](https://github.com/cucumber/cucumber-jvm-scala/issues/23) Gaël Jourdan-Weil)
20+
- Package move from `cucumber.api.scala` to `io.cucumber.scala`
21+
- Hooks definition changed
22+
- See [Upgrade Guide](docs/upgrade_v5.md)
23+
- [Build] Update Scala versions to 2.12.11 and 2.13.1 ([#23](https://github.com/cucumber/cucumber-jvm-scala/issues/23) Gaël Jourdan-Weil)
24+
25+
### Deprecated
26+
27+
### Removed
28+
29+
### Fixed
30+
31+
### Security
32+
33+
## [4.7.1] (2019-08-01)
34+
35+
### Changed
36+
37+
- [Core] Update `cucumber-core` dependency to 4.7.1 (Glib Briia)
38+
39+
## [4.7.0] (2019-08-01)
40+
41+
### Changed
42+
43+
- [Core] Update `cucumber-core` dependency to 4.7.0 (Glib Briia)
44+
45+
## [4.6.0] (2019-08-01)
46+
47+
### Changed
48+
49+
- [Core] Update `cucumber-core` dependency to 4.6.0 (Glib Briia)
50+
51+
## [4.5.4] (2019-08-01)
52+
53+
### Changed
54+
55+
- [Core] Update `cucumber-core` dependency to 4.5.4 (Glib Briia)
56+
57+
## [4.5.3] (2019-07-10)
58+
59+
### Changed
60+
61+
- [Core] Update `cucumber-core` dependency to 4.5.3 (Glib Briia)
62+
63+
## [4.4.0] (2019-06-18)
64+
65+
### Changed
66+
67+
- [Core] Update `cucumber-core` dependency to 4.4.0 (Glib Briia)
68+
69+
## [4.3.1] (2019-05-15)
70+
71+
### Changed
72+
73+
- [Core] Update `cucumber-core` dependency to 4.3.1 (Glib Briia)
74+
75+
## [4.3.0] (2019-04-26)
76+
77+
### Changed
78+
79+
- [Core] Update `cucumber-core` dependency to 4.3.0 (Glib Briia)
80+
81+
## [4.2.6] (2019-03-12)
82+
83+
### Changed
84+
85+
- [Core] Update `cucumber-core` dependency to 4.2.6 (Glib Briia)
86+
87+
## [4.2.0] (2019-03-12)
88+
89+
### Changed
90+
91+
- [Core] Update `cucumber-core` dependency to 4.2.0 (Glib Briia)
92+
93+
## [4.1.0] (2018-11-04)
94+
95+
### Changed
96+
97+
- [Core] Update `cucumber-core` dependency to 4.1.0 (Glib Briia)
98+
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ See: https://cucumber.io/support
1111

1212
## Compatibility matrix
1313

14-
The Cucumber Scala version matches the Cucumber version except for the bugfix number
15-
which can be different.
14+
The Cucumber Scala major version matches the Cucumber major version.
15+
16+
The minor version might differ because Cucumber Scala may add Scala-related features without waiting for a Cucumber minor version.
1617

1718
| Cucumber Scala version | Cucumber version | Scala versions |
1819
|------------------------|------------------|------------------|
@@ -30,7 +31,7 @@ which can be different.
3031
- [Hooks](docs/hooks.md)
3132
- [Example project](examples/README.md)
3233
- [Reference documentation for Java](https://docs.cucumber.io/docs/cucumber/)
33-
- [Changelog](https://github.com/cucumber/cucumber-jvm-scala/releases)
34+
- [Changelog](CHANGELOG.md)
3435

3536
## Contributing
3637

0 commit comments

Comments
 (0)