CHANGELOG.md in xcake-0.5.2 vs CHANGELOG.md in xcake-0.5.3
- old
+ new
@@ -1,8 +1,12 @@
+v0.5.3
+======
+- Updates `xcake bake` to more generic `xcake make` (Thanks to @roger-tan).
+
v0.5.2
======
- Updates `xcake init` for new project syntax.
-- Adds shorthand build configuration syntax for projects which only contain one debug or release configuration.
+- Adds shorthand build configuration syntax for projects which only contain one debug or release configuration (Thanks to @colinta).
v0.5.1
======
- Tweaks DSL so it is easier to access the project properties via the `project` method.