Skip to content

Commit aafa25c

Browse files
committed
Add changelog, prepare initial release
1 parent 3abced1 commit aafa25c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The Art of C++ / Operators is a zero-dependency C++11 single-header library that
2020
[Commutativity](#commutativity)<br/>
2121
[RValue References](#rvalue-references)<br/>
2222
[noexcept](#noexcept)<br/>
23+
[Changelog](#changelog)<br/>
2324
[License](#license)
2425

2526
## Preface
@@ -895,6 +896,14 @@ work-around:
895896

896897
With this little hack, The Art of C++ / Operators can be used with GCC 4.4+.
897898

899+
## Changelog
900+
901+
### 1.0.0
902+
903+
Released 2018-02-13
904+
905+
* Initial release.
906+
898907
## License
899908

900909
The Art of C++ is certified [Open Source](http://www.opensource.org/docs/definition.html) software. It may be used for any purpose, including commercial purposes, at absolutely no cost. It is distributed under the terms of the [MIT license](http://www.opensource.org/licenses/mit-license.html) reproduced here.

0 commit comments

Comments
 (0)