Skip to content

Commit

Permalink
prepare for 10.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Dec 23, 2020
1 parent 6c2ff21 commit d64fbcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 10.5.0 preparation
## Version 10.5.0

Build:

Expand All @@ -15,7 +15,7 @@ New Languages:

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

Language improvements:
Language grammar improvements:

- enh(cpp): Support C++ pack expansion in function arguments [Martin Dørum][]
- enh(makefile): Add `make` as an alias (#2883) [tripleee][]
Expand All @@ -30,9 +30,6 @@ Language improvements:
- fix(http) avoid recursive sublanguage and tighten rules (#2893) [Josh Goebel][]
- fix(asciidoc): Handle section titles level 5 (#2868) [Vaibhav Chanana][]
- fix(asciidoc): Support unconstrained emphasis syntax (#2869) [Guillaume Grossetie][]

Grammar improvements:

- enh(scheme) Allow `[]` for argument lists (#2913) [Josh Goebel][]
- enh(vb) Large rework of VB.net grammar (#2808) [Jan Pilzer][]
- Adds support for Date data types, see (#2775)
Expand All @@ -50,7 +47,7 @@ Grammar improvements:
- enh(c-like) Incorrect highlighting for interger suffix (#2919) [Vaibhav Chanana][]
- enh(properties) Correctly handle trailing backslash (#2922) [Vaibhav Chanana][]

Deprecations (*these will be mentioned in every release*):
Recent Deprecations:

- HTML "merging" is deprecated. (#2873) [Josh Goebel][]
- HTML inside `<pre>` blocks will no longer be magically merged back into the
Expand Down
2 changes: 1 addition & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Highlight.js можно использовать в браузере прямо

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

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

0 comments on commit d64fbcd

Please sign in to comment.