From 8c150c23f3bed783878ff47dc57825e840a41930 Mon Sep 17 00:00:00 2001 From: Wolf-Gideon Bleek Date: Tue, 3 Oct 2017 21:25:30 +0200 Subject: [PATCH] moved weekNumber into field and adjusted language handling accordingly [issue #910] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee252ea0..f4df7113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +### Changed +- calender week is now handled with a variable translation in order to move number language specific + ## [2.1.3] - 2017-10-01 **Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`