You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2018/10/28 23:52:27 UTC

[jspwiki] 06/06: update changelog for 2.11.0-M1-git-05

This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit e738e1accd0866ec17d5917d3a355ed1583dcf2f
Author: juanpablo <ju...@apache.org>
AuthorDate: Mon Oct 29 00:52:04 2018 +0100

    update changelog for 2.11.0-M1-git-05
---
 ChangeLog | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index e20a438..60adfa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
          - PropertiesUtils moved to the util package
          - ReferenceManager#findReferrers returns Set< String > instead of Collection< String >
          - AttachmentManager#listAttachments returns a List<Attachment> instead of a Collection
+         - WikiEngine#findPages( String query, WikiContext wikiContext ) is removed, use 
+           WikiEngine#getSearchManager()#findPages( String query, WikiContext wikiContext ) instead
 
 2018-10-26  Juan Pablo Santos (juanpablo AT apache DOT org)