Skip to content

Commit 5a04fdc

Browse files
committed
Update change log
1 parent 941f5d3 commit 5a04fdc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

changes.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,40 @@
11
.. currentmodule:: bitproto
22

3+
Version 1.2.0
4+
-------------
5+
6+
.. _version-1.2.0:
7+
8+
- Feature: Add a simple language-server, tested on neovim and vscode.
9+
- Editor: Upgrade vscode extenions to support the ``bitproto-language-server``.
10+
311
Version 1.1.2
412
-------------
513

6-
.. _version-1.1.2
14+
.. _version-1.1.2:
715

816
- Feature: Allow using constants as option values. ISSUE #61, PR #63
917

1018
Version 1.1.1
1119
-------------
1220

13-
.. _version-1.1.1
21+
.. _version-1.1.1:
1422

1523
- Fix bug: enum importing other bitproto's field name generation bug. #53 #52
1624
- Fix bug: import statements of bitprotos should be placed ahead of other declarations. #53
1725

1826
Version 1.1.0
1927
-------------
2028

21-
.. _version-1.1.0
29+
.. _version-1.1.0:
2230

2331
- Performance improvements for C bitprotolib, 40~60us improvement per call on stm32. PR #48.
2432
- Fix Python nested message ``__post_init___`` function code generation. PR #48, commit 73f4b01.
2533

2634
Version 1.0.1
2735
-------------
2836

29-
.. _version-1.0.1
37+
.. _version-1.0.1:
3038

3139
- Add support for Python 3.11
3240

0 commit comments

Comments
 (0)