Bläddra i källkod

docs(changelog): add #962 template func maps

Javier Provecho Fernandez 8 år sedan
förälder
incheckning
bea012a17f
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      CHANGELOG.md

+ 2 - 0
CHANGELOG.md

@@ -7,6 +7,7 @@
 - [NEW] Improve README examples and add extra at examples folder
 - [NEW] Improved support with App Engine
 - [NEW] Add custom template delimiters, see #860
+- [NEW] Add Template Func Maps, see #962
 - [NEW] Add \*context.Handler(), see #928
 - [NEW] Add \*context.GetRawData()
 - [NEW] Add \*context.GetHeader() (request)
@@ -14,6 +15,7 @@
 - [NEW] Add \*context.Keys type cast helpers
 - [NEW] Add \*context.ShouldBindWith()
 - [NEW] Add \*context.MustBindWith()
+- [NEW] Add \*engine.SetFuncMap()
 - [DEPRECATE] On next release: \*context.BindWith(), see #855
 - [FIX] Refactor render
 - [FIX] Reworked tests