diff options
author | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-09-30 10:17:24 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-09-30 10:17:24 +1000 |
commit | 46be6f6f99212b828585ead196b042ba981daaff (patch) | |
tree | e6b835f95b237da6446608f7b617487471f888e1 | |
parent | e4952c5bde22a6248fa92e35043e1b0fb13b994f (diff) |
Change the header level on the changelog
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |