Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 1.09 KB

Changelog

All notable changes to this project will be documented in this file.

[unreleased]

Bug Fixes

  • Ensure table create statements are working (31c3ce9)
  • Ensure that client ID is a string (3a0518e)
  • Parse models (2e3ee12)
  • Fix nil pointer deref (79dc335)
  • Fix nil err deref (d1b9b1b)

Features

Refactor

  • Ignore unused parameters (a165ca2)