Skip to content

Commit

Permalink
Update changgelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Mar 29, 2019
1 parent 6d6b050 commit 74c4b2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
no longer accept strings for metric identification. See the docs for
additional details. (#140)
+ Minor updates to how the `populated_db` test fixture works (#142)
+ Table PKs are now explicit `AUTOINCREMENT` rather than using SQLite's
internal `ROWID`. This will result in increased cpu/memory/disk overhead,
but it ensures that PKs cannot be resued. (#143)


## 0.5.0 (2019-02-28)
Expand Down

0 comments on commit 74c4b2d

Please sign in to comment.