samskivert / jmustache

A Java implementation of the Mustache templating language.
Other
841 stars 128 forks source link

Added a note that the 1.6 JAR doesn't have Lambdas. #35

Closed whymarrh closed 11 years ago

whymarrh commented 11 years ago

Ran unzip -l on the 1.6 JAR file from the Maven repo after being unable to import Mustache.Lambda. I didn't see it noted anywhere that not all of the features in the README are available with the pre-built archive.

samskivert commented 11 years ago

I went ahead and did a 1.8 release (with lambdas) and updated the README.

whymarrh commented 11 years ago

Thanks a bunch!