diff --git a/_sources/fortls_changes.md.txt b/_sources/fortls_changes.md.txt index 75031b1a..1ba49c4b 100644 --- a/_sources/fortls_changes.md.txt +++ b/_sources/fortls_changes.md.txt @@ -147,6 +147,8 @@ ## Fixed +- Fixed end of scope errors raised by trailing semicolon in native parser + ([#265](https://github.com/fortran-lang/fortls/issues/265)) - Fixed bug where parent scope for includes in AST could be `None` ([#329](https://github.com/fortran-lang/fortls/issues/329)) - Fixed preprocessor bug with `if` and `elif` conditionals diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 7a3d25d5..07e130e4 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.1.dev1+ge25c46b', + VERSION: '0.1.dev1+ge82ce61', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/contact.html b/contact.html index e7cb104b..544cde2c 100644 --- a/contact.html +++ b/contact.html @@ -354,7 +354,7 @@
Fixed end of scope errors raised by trailing semicolon in native parser +(#265)
Fixed bug where parent scope for includes in AST could be None
(#329)
Fixed preprocessor bug with if
and elif
conditionals
@@ -629,7 +631,7 @@