]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: show non-breaking space in changelog [ci skip] (#947)
authorDavid Bernegger <david.bernegger@gmail.com>
Thu, 9 Apr 2020 12:53:53 +0000 (14:53 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2020 12:53:53 +0000 (08:53 -0400)
CHANGELOG.md

index 4a7ec08a77104e6ec2f1e7a1e62b8c12319ed04f..b572f66585990f2df7dc8b95319b9014802e4f92 100644 (file)
@@ -3,7 +3,7 @@
 
 ### Bug Fixes
 
-* **compiler:** should not condense &nbsp; ([8c17535](https://github.com/vuejs/vue-next/commit/8c17535a470501f7f4ec3747cd3de25d9169c505)), closes [#945](https://github.com/vuejs/vue-next/issues/945)
+* **compiler:** should not condense `&nbsp;` ([8c17535](https://github.com/vuejs/vue-next/commit/8c17535a470501f7f4ec3747cd3de25d9169c505)), closes [#945](https://github.com/vuejs/vue-next/issues/945)
 * **compiler:** should only strip leading newline directly in pre tag ([be666eb](https://github.com/vuejs/vue-next/commit/be666ebd59027eb2fc96595c1a6054ecf62832e8))
 * **compiler:** support full range of entity decoding in browser builds ([1f6e72b](https://github.com/vuejs/vue-next/commit/1f6e72b11051561abe270fa233cf52d5aba01d6b))
 * **compiler-core:** elements with dynamic keys should be forced into blocks ([d531686](https://github.com/vuejs/vue-next/commit/d531686f9154c2ef7f1d877c275df62a8d8da2a5)), closes [#916](https://github.com/vuejs/vue-next/issues/916)