From: Hakim El Hattab Date: Sat, 2 Jun 2012 22:39:35 +0000 (-0400) Subject: readme update X-Git-Tag: 1.4.0~51 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=182c4abacb4aa80bd037bccf39490a4b28c287e7;p=reveal.js.git readme update --- diff --git a/README.md b/README.md index 2890352..d1905cf 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ Reveal.addEventListener( 'fragmenthidden', function( event ) { ## History #### 1.4 (master/beta) +- Main #reveal container is now selected via a class instead of ID +- API methods for adding or removing all event listeners #### 1.3 - Revised keyboard shortcuts, including ESC for overview, N for next, P for previous. Thanks [mahemoff](https://github.com/mahemoff)