You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+5
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,15 @@
3
3
### New Features
4
4
5
5
* Listen on localhost by default to avoid firewall warnings ([#158](https://github.com./cucumber/cucumber-cpp/pull/158) Nik Reiman)
6
+
* Enable Qt framework in CI and refactoring of CI configuration ([#160](https://github.com./cucumber/cucumber-cpp/pull/160) Kamil Strzempowicz & Giel van Schijndel)
6
7
7
8
### Bugfixes
8
9
9
10
* Allow running all GTest cases without filter separation ([#144](https://github.com./cucumber/cucumber-cpp/pull/144) Giel van Schijndel)
10
11
* Fix QNX build by depending on standard C++ instead of specific implementation ([#156](https://github.com./cucumber/cucumber-cpp/issues/156) Giel van Schijndel)
11
12
* Ensure CMake 3.1+ is available, 2.8.12 wasn't enough for quite a while ([#152](https://github.com./cucumber/cucumber-cpp/pull/152) Giel van Schijndel)
12
13
14
+
13
15
## [0.4](https://github.com./cucumber/cucumber-cpp/compare/v0.3.1...v0.4) (31 March 2017)
14
16
15
17
### New Features
@@ -27,6 +29,8 @@
27
29
* Fixed `defs.hpp` deprecation warning on MSVC ([#124](https://github.com./cucumber/cucumber-cpp/pull/124) Antoine Allard)
28
30
* Fixed parallel build ([#135](https://github.com./cucumber/cucumber-cpp/pull/135) Giel van Schijndel)
29
31
* Fixed memory leaks and better memory management ([#134](https://github.com./cucumber/cucumber-cpp/pull/134) Giel van Schijndel)
32
+
* Got rid of clang warning - fix for issue #119 ([#138](https://github.com./cucumber/cucumber-cpp/pull/138) Kamil Strzempowicz, [f933ad1](https://github.com./paoloambrosio/cucumber-cpp/commit/f933ad1983cf15cc0573532f98b5457bc1ba2a18) Paolo Ambrosio)
33
+
30
34
31
35
## [0.3.1](https://github.com./cucumber/cucumber-cpp/compare/v0.3...v0.3.1) (11 April 2016)
32
36
@@ -41,6 +45,7 @@
41
45
42
46
None
43
47
48
+
44
49
## [0.3](https://github.com./cucumber/cucumber-cpp/compare/v0.2...v0.3) (22 December 2013)
0 commit comments