Navigation Menu

Skip to content

Commit

Permalink
doc: start adding 8.0.4 news
Browse files Browse the repository at this point in the history
TODO:

* [x] Select commits for users.
* [ ] Group related commits.
* [ ] Rewrite message for users.
* [ ] Separate commits into "Improvements" and "Fixes".
  • Loading branch information
Masafumi Yokoyama committed Jun 27, 2018
1 parent 4c129a7 commit 5069dd5
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions doc/source/news.rst
Expand Up @@ -7,6 +7,73 @@
News
====

.. _release-8-0-4:

Release 8.0.4 - 2018-06-29
--------------------------

Improvements
^^^^^^^^^^^^

* kytea: follow variable name change
* Fix build error.
* ii: add sub error message
* Improve error message.
* sub_filter: fix too much score with a too filtered case
* highlighter: add grn_highlighter_clear_keywords()
* Add a new predicate: grn_obj_is_number_family_bulk()
* Add a new API: grn_plugin_proc_get_value_mode()
* vector_find: add
* Suppress memcpy warnings in msgpack
* Update mruby
* from 1.0.0 to 1.4.1
* ? windows: never use clock_gettime()
* doc: add api reference for "grn_obj_is_index_column"
* Merge pull request #855 from komainu8/add_api_document
* windows: suppress printf format warnings
* ? windows: use grn_memcpy()
* windows: suppress warning by msgpack
* ? windows: use grn_memcpy()
* ? Add encoding converter
* ? mrb: add LocaleOutput
* ? windows: convert image path to grn_encoding
* windows: support install path that has non-ascii characters again
* ? Check sys/sysmacros.h for mruby-file-stat
* ? Stop to check sys/sysmacros on Windows
* ? Stop to include config.h into tar.gz
* ? mecab: convert error message encoding
* ? grndb: fix output channel
* ? windows convert: fix inverted from/to
* ? window_sum: support dynamic column as a target column
* query-log show-condition: (maybe) fix a crash bug
* doc: add api reference for "grn_obj_is_vector_column"
* ? Fix codes_curr check position
* ? TokenMecab windows: MeCab requires UTF-8 for rcfile
* column_create: add more validations
* 08e2456ba35407e3d5172f71a0200fac2a770142 に詳細有り
* highlighter lexicon: fix a not highlighted bug
* If keyword is less than N, the keyword wasn't highlighted.
* ? Add missing path encoding conversion on plugin load error
* ? Remove not required inline
* windows: fix a base path detection bug
* If system locale DLL path includes 0x5c ("\" in ASCII) such as "U+8868
CJK UNIFIED IDEOGRAPH-8868" in CP932, the base path detection is
buggy.
* grndb: disabling log check
* Disable for now
* Because it's not completed yet.
* TokenNgram: fix wrong first character length
* ? mruby-file-stat: fix a memory leak
* column_create: accept TokenDelmit with WITH_POSITION
* It's useful pattern for tag search.
* doc vector_find: add
* TODO: translation

Fixes
^^^^^

* ...

.. _release-8-0-3:

Release 8.0.3 - 2018-05-29
Expand Down

0 comments on commit 5069dd5

Please sign in to comment.