Add list of deprecated names to release notes - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit be7e746f2be2959207d9157a4de888ac9f8f1585
DIR parent beb1735d04150e0c9637b61081b8001a6ab7901e
HTML Author: bep <bjorn.erik.pedersen@gmail.com>
Date: Sun, 10 May 2015 15:41:20 +0200
Add list of deprecated names to release notes
Diffstat:
M docs/content/meta/release-notes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
@@ -35,7 +35,7 @@ Work In Progress.
* `getenv`
* String functions `substr` and `slicestr`
* Add `seq`, a sequence generator very similar to its Gnu countepart
-* TODO Deprecated: These will still work in 0.14, but will be removed in 0.15. What to do should be obvious by the build log.
+* To get variable and function names in line with the rest of the Go community, a set of variable and function names has been deprecated: These will still work in 0.14, but will be removed in 0.15. What to do should be obvious by the build log; `getJson` to `getJSON`, `getCsv` to `getCSV`, `safeHtml` to `safeHTML`, `safeCss` to `safeCSS`, `safeUrl` to `safeURL`, `Url` to `URL`, `UrlPath` to `URLPath`, `BaseUrl` to `BaseURL`, `Recent` to `Pages`, `Indexes` to `Taxonomies`.
## **0.13.0** Feb 21, 2015