summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-09-30 10:17:24 +1000
committerCarlo Zancanaro <carlo@clearboxsystems.com.au>2013-09-30 10:17:24 +1000
commit46be6f6f99212b828585ead196b042ba981daaff (patch)
treee6b835f95b237da6446608f7b617487471f888e1 /README.md
parente4952c5bde22a6248fa92e35043e1b0fb13b994f (diff)
Change the header level on the changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d3ec592..8769248 100644
--- a/README.md
+++ b/README.md
@@ -208,7 +208,7 @@ be the return value of the associated query function call (`deref`,
## Changelog
-#### 0.2.0
+### 0.2.0
* **Breaking:** Remove `having`, use `select` instead now
@@ -227,7 +227,7 @@ be the return value of the associated query function call (`deref`,
deref)
;; => {:user {:id 5 :username "username"}}
-#### 0.1.0
+### 0.1.0
* Initial release, so everything's new