From 38c6ab4f40d1258a97d4aaec4053649b3e4af488 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 11 Sep 2013 19:38:01 -0300 Subject: [PATCH] Update issue reference on CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 110d3fb76..55fa48e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ IMPROVEMENTS: BUG FIXES: - - core: Fix NoMethodError in the new `Vagrant.has_plugin?` method [GH-1736] + - core: Fix NoMethodError in the new `Vagrant.has_plugin?` method [GH-2189] - hosts/arch: NFS exporting works properly, no exceptions. [GH-2161] - hosts/fedora: Fix host detection encoding issues. [GH-1977] - hosts/linux: Fix NFS export problems with `no_subtree_check`. [GH-2156]