From 28b7f8771383c4749b33b13f691dba39d49ca348 Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 19 Jun 2012 07:14:02 -0700 Subject: [PATCH] =?UTF-8?q?Issue=20#1627208=20by=20vasi1186,=20G=C3=A1bor?= =?UTF-8?q?=20Hojtsy:=20CHANGELOG:=20Make=20language=5Flist()=20and=20lang?= =?UTF-8?q?uage=5Fdefault()=20return=20instances=20of=20Language.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 85f9bc67aa8f..4f90c7b41882 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -48,6 +48,7 @@ Drupal 8.0, xxxx-xx-xx (development version) * Added language options to block visibility. * Much improved language APIs for developers: * Added simple APIs and hooks to save/delete/update languages. + * New Language class wraps language information, used universally. * Unified database schemas and APIs to make it easier to spot where language codes are referenced. * Made the language negotiation system APIs more consistent for