<CL8NC7TE12JA.28GXGFE4Y0POI@nitro>
This release of kiln brings a few new features: - A new .GetPage function to fetch pages by path - New math functions for templates to use Also, the 'kiln version' command has been removed, and the Makefile is now more POSIX-compliant. Adnan Maolood (5): page: Add GetPage function docs: Document page .GetPage function Remove version command Makefile: Use phony target Makefile: make POSIX-compliant Edd Salkield (2): funcs.go: Add mathematical functions docs: Document mathematical functions