Skip to content

Commit e0812f7

Browse files
committed
Update ChangeLog.md
1 parent f31b59e commit e0812f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ChangeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33

44
* Cabal flag `no-linear` removes dependency on `linear` (and thus, transiently,
55
`lens`). See `SDL.Vect` for details.
6+
* Remove 'lens' dependency from all examples.
7+
* Add Cabal flag `opengl-example` to separate that target from `examples`,
8+
because it is now the only example with an extra dependency (OpenGL).
9+
* Make `hlint` happy with examples.
610
* Add `updateTexture` wrapper for native `SDL_UpdateTexture`.
711
* Expose `glGetDrawableSize` (can differ from window size in some environments).
812
* Correct `hintToString` output to match SDL hint tokens, rather than the names
913
of the CPP macros defining them.
10-
* Various documentation updates
14+
* Removed `ghc-options: -Wall` until we drop support for GHC 7.8. (>1300 warnings!)
15+
* Various documentation updates.
1116

1217
2.1.2.1
1318
=======

0 commit comments

Comments
 (0)