We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236c361 commit 5c45f9eCopy full SHA for 5c45f9e
2 files changed
_includes/header.html
@@ -40,6 +40,9 @@
40
<li {% if page.url == '/examples.html'%} class='active' {% endif %}>
41
<a href="/examples.html">Examples</a>
42
</li>
43
+ <li>
44
+ <a href="https://github.com/ChaiScript/ChaiScript/blob/develop/cheatsheet.md">Cheatsheet</a>
45
+ </li>
46
<li {% if page.url == '/docs.html'%} class='active' {% endif %}>
47
<a href="/docs.html">Docs</a>
48
_posts/2016-02-17-release-5.8.0.markdown
@@ -0,0 +1,10 @@
1
+---
2
+title: Release 5.8.0
3
+tags: release
4
5
+## [Release 5.8.0](https://github.com/ChaiScript/ChaiScript/releases/tag/v5.8.0 "Release 5.8.0")
6
+
7
8
+### Changes since 5.7.1
9
10
0 commit comments