Navigation Menu

Skip to content

Commit

Permalink
Add 0.5.0 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 22, 2015
1 parent e98adb5 commit 78d203b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions news.md
@@ -1,5 +1,22 @@
# News

## 0.5.0: 2015-04-29

You can't upgrade to 0.5.0 from 0.4.0 without re-creating `pgroonga`
index. You need to re-install PGroonga:

DROP EXTENSION pgroonga CASCADE;
CREATE EXTENSION pgroonga;
-- Create your pgroonga indexes again.

### Improvements

* `pgroonga.score()`: Supported HOT update.

### Changes

* `pgroonga.score()`: Required primary key.

## 0.4.0: 2015-03-29

You can't upgrade to 0.4.0 from 0.3.0 without re-creating `pgroonga`
Expand Down

0 comments on commit 78d203b

Please sign in to comment.