Skip to content

Commit

Permalink
update changelog to contain information on meta key in attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
particlebanana committed Mar 16, 2016
1 parent 2a8daf3 commit cb9735f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Waterline Changelog

### Master

* [Enhancement] Allows attribute definitions to contain a `meta` property that will be passed down to the adapter. This allows arbitrary information about an attribute to be passed down to interactions on the physical storage engine. Going forward any adapter specific migration information should be sent via the `meta` property. See [#1306](https://github.com/balderdashy/waterline/pull/1306) for more information.

### 0.11.1

* [Enhancement] Handles fatal errors in validations better and returns clearer error messages for them. Who knew crashing the process would be bad? Thanks [@mikermcneil](https://github.com/mikermcneil)
Expand Down

0 comments on commit cb9735f

Please sign in to comment.