Skip to content

Commit

Permalink
Prepare release notes for 1.1-rc-4
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 committed Mar 27, 2017
1 parent 4f85f4c commit d6fde75
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/release_notes.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
= Release Notes
include::include.adoc[]

== 1.1-rc-4 (tbd)

This should be the last rc for 1.1

=== What's New In This release

* 15 merged pull requests
* Spies can now be created with an already existing target
* Fix for scoped Spring Beans
* Fix incompatibility with Spring 2/3 that was introduced in 1.1-rc-1
* Fix groovy compatibility
* Fix ByteBuddy compatibility
* Fix OutOfMemoryError when comparing huge strings
* Improve default response for `java.util.Optional<T>`, will now return empty optional
* Improve detection of Spring Boot tests
* Improve documentation for global extensions

Thanks to all the contributors to this release: Taylor Wicksell, Rafael Winterhalter, Marcin Zajączkowski, Eduardo Grajeda, Paul King, Andrii, Björn Kautler, Libor Rysavy

Known issues with groovy 2.4.10 which breaks a smoke test, but should have little impact on normal use (#709).

== 1.1-rc-3 (released 2016-10-17)

Adds compatibility with ByteBuddy as an alternative to cglib for generating mocks and stubs for classes.
Expand Down

0 comments on commit d6fde75

Please sign in to comment.