Skip to content

Commit

Permalink
Add missing bullet point to CHANGELOG.md
Browse files Browse the repository at this point in the history
Add CONTRIBUTING.md
Fix link in README
  • Loading branch information
eliaskosunen committed Jun 25, 2019
1 parent b5252e1 commit d98f3b6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ _Released 2019-06-25_
* Fix `-Wpadded` warnings on clang
* Fix `-Wfloat-equal` and `-Wconversion` warnings on gcc
* Fix `C4146` error on UWP MSVC
* Add CONTRIBUTING.md

# 0.1.1

Expand All @@ -18,6 +19,7 @@ _Released 2019-06-25_
if copying/moving from an empty `small_vector`.
(Thanks @SuperWig for reporting!)
* Fix compilation error when using `scn::ranges::get_value`.
* Fix a badge in README (thanks @p1v0t)

# 0.1

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Make feature PRs against `dev`, and bugfixes against `master` branch.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Building the documentation requires Doxygen.

Rather lacking examples can be found from the `examples/` folder.

Should you get stuck somewhere, you can find me on the [CppLang Slack](cpplang.now.sh),
Should you get stuck somewhere, you can find me on the [CppLang Slack](https://cpplang.now.sh),
or by DMing me on [Twitter](https://twitter.com/eliaskosunen).

## Installing
Expand Down

0 comments on commit d98f3b6

Please sign in to comment.