Skip to content

Commit

Permalink
(#547) Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Dec 7, 2018
1 parent 968e147 commit a3b4c0f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/manual/changes-new.adoc
Expand Up @@ -3,6 +3,19 @@

We have the following features included in the box.

[[changes-2-7-9]]
== Since Citrus 2.7.9

[[fixed-breaking-changes-2-7-8]]
=== Fixed breaking changes

We've received reports from Citrus users pointing out several breaking changes in the public API that have been introduced
with minor versions. Because of that, we've reviewed the public API from release 2.7 until today and reconstructed the
the removed/changed methods to ease the migration to newer Citrus versions. All methods that have been added back for
downwards compatibility are marked as `@Deprecated` and will be removed with the next major release.

* https://github.com/citrusframework/citrus/issues/547[#547 - Breaking change in waitFor().http() public API]

[[changes-2-7-8]]
== Since Citrus 2.7.8

Expand All @@ -23,7 +36,7 @@ For more information, please have a look at the link:#sftp-client[SFTP Client] s
* https://github.com/citrusframework/citrus/issues/520[#520 - update vertx-core because of vulnerabilities]
* https://github.com/citrusframework/citrus/issues/509[#509 - Inconsistencies in Java doc for RepeatOnError]

[[changes-bugs]]
[[changes-bugs-2-7-8]]
=== Fixed bugs

* https://github.com/citrusframework/citrus/issues/451[#451 - Citrus-Maven-Plugin: 'Generate Docs'-Mojo fails due to broken path]
Expand Down

0 comments on commit a3b4c0f

Please sign in to comment.