Skip to content

Commit e8eac1b

Browse files
committed
update History.md
1 parent 0a16f31 commit e8eac1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
### New Features
44

55
* 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)
67

78
### Bugfixes
89

910
* Allow running all GTest cases without filter separation ([#144](https://github.com./cucumber/cucumber-cpp/pull/144) Giel van Schijndel)
1011
* Fix QNX build by depending on standard C++ instead of specific implementation ([#156](https://github.com./cucumber/cucumber-cpp/issues/156) Giel van Schijndel)
1112
* 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)
1213

14+
1315
## [0.4](https://github.com./cucumber/cucumber-cpp/compare/v0.3.1...v0.4) (31 March 2017)
1416

1517
### New Features
@@ -27,6 +29,8 @@
2729
* Fixed `defs.hpp` deprecation warning on MSVC ([#124](https://github.com./cucumber/cucumber-cpp/pull/124) Antoine Allard)
2830
* Fixed parallel build ([#135](https://github.com./cucumber/cucumber-cpp/pull/135) Giel van Schijndel)
2931
* 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+
3034

3135
## [0.3.1](https://github.com./cucumber/cucumber-cpp/compare/v0.3...v0.3.1) (11 April 2016)
3236

@@ -41,6 +45,7 @@
4145

4246
None
4347

48+
4449
## [0.3](https://github.com./cucumber/cucumber-cpp/compare/v0.2...v0.3) (22 December 2013)
4550

4651
### New Features

0 commit comments

Comments
 (0)