Fix changelog formatting
0.6.2 rendered as one jumbled together paragraph.
This commit is contained in:
parent
94e128976a
commit
16251bf30d
1 changed files with 8 additions and 9 deletions
17
CHANGES.md
17
CHANGES.md
|
|
@ -40,19 +40,18 @@
|
|||
|
||||
## 0.6.3
|
||||
|
||||
Fix bug when SqlCall/SqlRaw object is first argument to another helper (@MichaelBlume)
|
||||
|
||||
* Fix bug when SqlCall/SqlRaw object is first argument to another helper (@MichaelBlume)
|
||||
* Add support for :intersect clause (@jakemcc)
|
||||
|
||||
## 0.6.2
|
||||
|
||||
Support column names in :with clauses (@emidln)
|
||||
Support preserving dashes in quoted names (@jrdoane)
|
||||
Document correct use of the :union clause (@dball)
|
||||
Tests for :union and :union-all (@dball)
|
||||
Add fn-handler for CASE statement (@loganlinn)
|
||||
Build/test with Clojure 1.7 (@michaelblume)
|
||||
Refactors for clarity (@michaelblume)
|
||||
* Support column names in :with clauses (@emidln)
|
||||
* Support preserving dashes in quoted names (@jrdoane)
|
||||
* Document correct use of the :union clause (@dball)
|
||||
* Tests for :union and :union-all (@dball)
|
||||
* Add fn-handler for CASE statement (@loganlinn)
|
||||
* Build/test with Clojure 1.7 (@michaelblume)
|
||||
* Refactors for clarity (@michaelblume)
|
||||
|
||||
## 0.6.1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue