Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jrose committed Feb 1, 2024
1 parent e8db6d4 commit d805d86
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Added support for an optional `date_part` argument in function `last_day`

### Bug Fixes

- Fixed a bug that truncated table names in error messages while running a plan with local testing enabled.

## 1.12.0 (2024-01-30)

### New Features
Expand Down Expand Up @@ -51,7 +55,6 @@
- Fixed a bug in `Session.create_dataframe` that the non-nullable field in a schema is not respected for boolean type. Note that this fix is only effective when the user has the privilege to create a temp table.
- Fixed a bug in SQL simplifier where non-select statements in `session.sql` dropped a SQL query when used with `limit()`.
- Fixed a bug that raised an exception when session parameter `ERROR_ON_NONDETERMINISTIC_UPDATE` is true.
- Fixed a bug that truncated table names in error messages while running a plan with local testing enabled.

### Behavior Changes (API Compatible)

Expand Down

0 comments on commit d805d86

Please sign in to comment.