fix typo in changelog

This commit is contained in:
Nathan Marz 2015-12-16 01:06:36 -05:00
parent e770880cb1
commit 66002f75a2

View file

@ -19,7 +19,7 @@
* walker and codewalker can now be late-bound parameterized
## 0.7.0
* Added late-bound parameterization feauture: allows selectors that require params to be precompiled without the parameters, and the parameters are supplied later in bulk. This effectively enables Specter to be used in any situation with very high performance.
* Added late-bound parameterization feature: allows selectors that require params to be precompiled without the parameters, and the parameters are supplied later in bulk. This effectively enables Specter to be used in any situation with very high performance.
* Converted Specter built-in selectors to use late-bound parameterization when appropriate
* ALL, FIRST, and LAST are now precompiled