We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e676d28 commit cd12d6fCopy full SHA for cd12d6f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## [0.2](https://github.com/swhitty/SwiftDraw/releases/tag/0.2) (2017-06-12)
4
+
5
+- Adding `LayerTree` to enable optimizations and removal of redundant RenderCommands.
6
+- Adding `protocol Renderer`
7
+- Fixing element opacity errors
8
+- Fixing lineJoin parser errors
9
10
## [0.1](https://github.com/swhitty/SwiftDraw/releases/tag/0.1) (2017-05-24)
11
12
- Initial Release. Hello World.
0 commit comments