From 15bf1706d5e6b24e311e0a2c52c41ad57ec670f5 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Mon, 1 Feb 2016 18:03:43 +0100 Subject: [PATCH] Update `history.md` --- history.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/history.md b/history.md index e69de29..96d1fd0 100644 --- a/history.md +++ b/history.md @@ -0,0 +1,5 @@ +* Add IDL descriptions of abstract definitions ([`913b1bd`](https://github.com/wooorm/unist/commit/913b1bd)) +* Fix disallowed empty `children` array ([`a6d3a03`](https://github.com/wooorm/unist/commit/a6d3a03)) +* Add description of `indent` on `node.position` ([`60da1d2`](https://github.com/wooorm/unist/commit/60da1d2)) +* Remove `attributes` support on nodes ([`3aea64f`](https://github.com/wooorm/unist/commit/3aea64f)) +* Fix to make `value` / `children` optional ([`b7c4317`](https://github.com/wooorm/unist/commit/b7c4317))