From d2308a16b77e513e2fb4224fd22f250bbcd98997 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 21 Jan 2015 08:31:05 +0100 Subject: [PATCH] Fix typos in changelog --- CHANGELOG.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 4dbd3e64..fa4a6378 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -13,13 +13,13 @@ description of the service instead of the raw meta-data. curl users can still di by setting the appropriate Accept header. * https://github.com/spring-io/initializr/issues/65[#65]: project archives generated by the web UI now contain a base directory equals to the `artifactId`. By default, no base directory gets created if the project is -generated by another means; use the new `baseDir` to control that behaviour. -* https://github.com/spring-io/initializr/issues/46[#46]: projects generated against Spring 1.2+ are using the -new `@SpringBootApplication` +generated by another means; use the new `baseDir` parameter to control that behaviour. +* https://github.com/spring-io/initializr/issues/46[#46]: projects generated against Spring Boot 1.2+ are +using the new `@SpringBootApplication` * https://github.com/spring-io/initializr/issues/64[#64]: Groovy-based projects are now working properly with -Java 8; update Groovy compiler to 2.3 +Java 8; upgrade Groovy compiler to 2.3 * https://github.com/spring-io/initializr/issues/60[#60]: the name of the application is now generated against -the `name` property. As a result the new default name is now `DemoApplication` instead of `Application`. If the +the `name` property. As a result the new default name is `DemoApplication` instead of `Application`. If the specified name contains invalid java identifier character, `Application` is used as a fallback * https://github.com/spring-io/initializr/issues/52[#52]: the home page now shows a reference to the Github project * Move the `` section of the pom higher so that it has a better visibility