Get Ready for 0.17 Release
This commit is contained in:
parent
9b857d3501
commit
d50d6fac17
14
CHANGELOG
14
CHANGELOG
|
@ -1,3 +1,17 @@
|
|||
* 0.17
|
||||
|
||||
New features:
|
||||
* Ability to rename pages
|
||||
* Ability to redirect Wikilinks, using
|
||||
[[!redirect ...]]
|
||||
* HTTP 302 redirects, for redirected/renamed pages
|
||||
|
||||
Bugs Fixed:
|
||||
* Rails gets very unhappy with "." in page or author names.
|
||||
Make sure that doesn't happen.
|
||||
* Fix a Maruku escaping bug.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
* 0.16.6
|
||||
|
||||
New Features:
|
||||
|
|
|
@ -257,8 +257,8 @@ end
|
|||
module Instiki
|
||||
module VERSION #:nodoc:
|
||||
MAJOR = 0
|
||||
MINOR = 16
|
||||
TINY = 6
|
||||
MINOR = 17
|
||||
TINY = 0
|
||||
SUFFIX = '(MML+)'
|
||||
PRERELEASE = false
|
||||
if PRERELEASE
|
||||
|
|
Loading…
Reference in a new issue