This commit is contained in:
Sean Corfield 2023-08-18 10:29:50 -07:00
parent 2e955bfe57
commit fd98efc95c

View file

@ -1,6 +1,7 @@
# Changes
* 2.4.next in progress
* Add `:select` with function call and alias example to README (PR [#502](https://github.com/seancorfield/honeysql/pull/502) [@markbastian](https://github.com/markbastian)).
* Address [#497](https://github.com/seancorfield/honeysql/issues/497) by adding `:alias` special syntax. Documentation TBD.
* Attempt to clarify the formatting behavior of the `:values` clause when used to produce column names.
* Update `tools.build` to 0.9.5 (and remove `:java-opts` setting from `build/run-task`)