Skip to content

Commit

Permalink
doc(CHANGLOG.md): fix wrong conversion [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jan 25, 2023
1 parent 4fe42a6 commit 36ec7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -23,7 +23,7 @@
* **ci:** no hardcoded boost version in ci scripts ([3ae72a3](https://github.com/rime/librime/commit/3ae72a3))
* **dict_compiler:** shrink .reverse.bin file to fit after build ([2af37e0](https://github.com/rime/librime/commit/2af37e0))
* **reverse_lookup_dictionary:** writing data to overflow buffer ([46e3066](https://github.com/rime/librime/commit/46e3066)), closes [#456](https://github.com/rime/librime/issues/456)
* **setup:** avoid glog log macros conflict with macros of Windows ([24e1612](https://github.com/rime/librime/commit/24e1612)), closes [/github.com/google/glog/tree/v0.6.0#id25](https://github.com//github.com/google/glog/tree/v0.6.0/issues/id25)
* **setup:** avoid glog log macros conflict with macros of Windows ([24e1612](https://github.com/rime/librime/commit/24e1612))
* fix missing control paths issue ([87e4c73](https://github.com/rime/librime/commit/87e4c73))
* qualify std::exp after including <cmath> ([bc589fd](https://github.com/rime/librime/commit/bc589fd)), closes [#462](https://github.com/rime/librime/issues/462) [#476](https://github.com/rime/librime/issues/476)
* **ci:** update ci script for windows ([0358a21](https://github.com/rime/librime/commit/0358a21))
Expand All @@ -40,7 +40,7 @@
* **ci:** add tag release ci ([aafe5a3](https://github.com/rime/librime/commit/aafe5a3))
* **context:** allow composing with zero input ([8e2826a](https://github.com/rime/librime/commit/8e2826a))
* **key_binder:** single select a radio group option ([5e8aca2](https://github.com/rime/librime/commit/5e8aca2))
* **key_binder:** toggle the switch defined at index `toggle: '[@n](https://github.com/n)'` ([6ca7803](https://github.com/rime/librime/commit/6ca7803)), closes [#554](https://github.com/rime/librime/issues/554)
* **key_binder:** toggle the switch defined at index `toggle: '@n'` ([6ca7803](https://github.com/rime/librime/commit/6ca7803)), closes [#554](https://github.com/rime/librime/issues/554)
* **navigator,selector:** vertical navigation ([d79f6b3](https://github.com/rime/librime/commit/d79f6b3)), closes [#543](https://github.com/rime/librime/issues/543)
* **plugins:** support plugin specs in slug@branch format ([7d11455](https://github.com/rime/librime/commit/7d11455))
* **selector:** handle repeated key until release ([8d93e9f](https://github.com/rime/librime/commit/8d93e9f))
Expand Down

0 comments on commit 36ec7aa

Please sign in to comment.