Add Tom's slice loading change to History.md

This commit is contained in:
Florian Weingarten 2013-11-25 11:12:33 -05:00
parent 2d1f15281b
commit 5ce36f79e9

View File

@ -3,6 +3,7 @@
## 3.0.0 / not yet released / branch "master"
* ...
* Allow drops to optimize loading a slice of elements, see #282 [Tom Burns, boourns]
* Support for passing variables to snippets in subdirs, see #271 [Joost Hietbrink, joost]
* Add a class cache to avoid runtime extend calls, see #249 [James Tucker, raggi]
* Remove some legacy Ruby 1.8 compatibility code, see #276 [Florian Weingarten, fw42]