Skip to content

Commit

Permalink
CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhakhar Kaliyamurthy committed Mar 16, 2012
1 parent 745d15f commit ef6c644
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
@@ -1,3 +1,12 @@
## Mar 15, 2012

* logging support in monkey patches. Ex.
exports['patch body'] = function(args) {
var log = args.log;
log('Error', 'Something went wrong'); // throws an error event
log('Warn', 'Watch out'); // throws a warning event
return {};
}
## Mar 12, 2012

* Fix route to table dependency resoluton for non-selects
Expand Down

0 comments on commit ef6c644

Please sign in to comment.