summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2017-01-26 21:45:40 +0000
committerCsaba Hruska <csaba.hruska@gmail.com>2017-01-26 21:45:40 +0000
commit4c4c8766bc079cb87be5aac8966d8c39daaa7523 (patch)
treecd39f4acc784938703789747e913520476777bc0
parent0f01492b377ed52e7967c75e834ee7ad6d487163 (diff)
add changelog
-rw-r--r--CHANGELOG.md19
-rw-r--r--lambdacube-gl.cabal3
2 files changed, 21 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..8a9b79a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,19 @@
1# 0.5.2.3
2
3- fix: [Render to texture is broken](https://github.com/lambdacube3d/lambdacube-gl/issues/5)
4
5
6# 0.5.2.2
7
8- update time version constraint
9
10
11# 0.5.2.0
12
13- minor optimization: less draw calls by grouping and state tracking
14- expose `sortSlotObjects` to control the object's render order
15
16
17# 0.5.1.2
18
19- relax base version constraint: >=4.7 && <5
diff --git a/lambdacube-gl.cabal b/lambdacube-gl.cabal
index b8b365b..e141cbc 100644
--- a/lambdacube-gl.cabal
+++ b/lambdacube-gl.cabal
@@ -11,7 +11,8 @@ maintainer: csaba.hruska@gmail.com
11category: Graphics 11category: Graphics
12build-type: Simple 12build-type: Simple
13 13
14extra-source-files: examples/Hello.hs 14extra-source-files: CHANGELOG.md
15 examples/Hello.hs
15 examples/HelloEmbedded.hs 16 examples/HelloEmbedded.hs
16 examples/HelloOBJ.hs 17 examples/HelloOBJ.hs
17 examples/MtlParser.hs 18 examples/MtlParser.hs