Skip to content

Commit d64fbcd

Browse files
committed
prepare for 10.5 release
1 parent 6c2ff21 commit d64fbcd

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGES.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 10.5.0 preparation
1+
## Version 10.5.0
22

33
Build:
44

@@ -15,7 +15,7 @@ New Languages:
1515

1616
- Added 3rd party Red & Rebol grammar to SUPPORTED_LANGUAGES (#2872) [Oldes Huhuman][]
1717

18-
Language improvements:
18+
Language grammar improvements:
1919

2020
- enh(cpp): Support C++ pack expansion in function arguments [Martin Dørum][]
2121
- enh(makefile): Add `make` as an alias (#2883) [tripleee][]
@@ -30,9 +30,6 @@ Language improvements:
3030
- fix(http) avoid recursive sublanguage and tighten rules (#2893) [Josh Goebel][]
3131
- fix(asciidoc): Handle section titles level 5 (#2868) [Vaibhav Chanana][]
3232
- fix(asciidoc): Support unconstrained emphasis syntax (#2869) [Guillaume Grossetie][]
33-
34-
Grammar improvements:
35-
3633
- enh(scheme) Allow `[]` for argument lists (#2913) [Josh Goebel][]
3734
- enh(vb) Large rework of VB.net grammar (#2808) [Jan Pilzer][]
3835
- Adds support for Date data types, see (#2775)
@@ -50,7 +47,7 @@ Grammar improvements:
5047
- enh(c-like) Incorrect highlighting for interger suffix (#2919) [Vaibhav Chanana][]
5148
- enh(properties) Correctly handle trailing backslash (#2922) [Vaibhav Chanana][]
5249

53-
Deprecations (*these will be mentioned in every release*):
50+
Recent Deprecations:
5451

5552
- HTML "merging" is deprecated. (#2873) [Josh Goebel][]
5653
- HTML inside `<pre>` blocks will no longer be magically merged back into the

README.ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Highlight.js можно использовать в браузере прямо
108108

109109
```html
110110
<script charset="UTF-8"
111-
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.2/languages/go.min.js"></script>
111+
src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.5.0/languages/go.min.js"></script>
112112
```
113113

114114
**Про Almond.** Нужно задать имя модуля в оптимизаторе, например:

0 commit comments

Comments
 (0)