From 8535379327afbd4edfec3eb26ad9067a4af5916b Mon Sep 17 00:00:00 2001 From: Rene Hamburger Date: Thu, 5 Jul 2018 09:38:12 +0200 Subject: [PATCH] chore(changelog): Specify Angular support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc08d05..d683849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ ### BREAKING CHANGES +* Support for Angular versions 2 and 4 was dropped. **ng2-handsontable@3.x will only work with Angular5+.** * Component selector was renamed from `` to ``. The former was correct for directives, but the latter is required for components by some linters. ([ 79a2dfa](https://github.com/valor-software/ng2-handsontable/commit/79a2dfa)) * Remove autocomplete implementation, which had been broken for a while ([