Skip to content

Commit

Permalink
Release: Update changelog for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runegan committed Jul 27, 2017
1 parent ffc7847 commit 731a7d4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# 0.3.0 2017/08/27:
- Updates some functions under `aeq.layer` to return `aeq.arrayEx` instead of an array.
- `aeq.layer.children`
- `aeq.layer.allChildren`
- `aeq.layer.parents`
- `aeq.layer.relatedLayers`
- Fixes `aeq.writeFile` not checking encoding properly.
- Updates `aeq.project.findFolder` to return `null` when no folder is found.
- Updates `aeq.getItems` to accept a `deep` argument.
- Adds `aeq.getItemsDeep`
- Updates `aeq.getCompositions` to get CompItems from a given folder.

## 0.2.0 2017/06/17:
- Adds `aeq.version` to track current version of aequery
- Adds `aeq.settings.initSetting()` to initialize settings
Expand Down

0 comments on commit 731a7d4

Please sign in to comment.