From 2a6e1eae6b02c1069982d341a469742a3135382c Mon Sep 17 00:00:00 2001 From: Randy Lai Date: Mon, 18 Oct 2021 10:17:59 -0700 Subject: [PATCH] bump to v0.3.12 --- DESCRIPTION | 4 ++-- NEWS.md | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 91c4309b..ae3a634f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: languageserver Title: Language Server Protocol -Version: 0.3.11 -Date: 2021-06-21 +Version: 0.3.12 +Date: 2021-10-18 Authors@R: c(person(given = "Randy", family = "Lai", diff --git a/NEWS.md b/NEWS.md index bdec2b9b..be09a146 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,20 @@ +# languageserver 0.3.12 + +**Closed issues:** +- Documentation not working with R 4.1.1 (#468) +- Clean up dependencies (#470) +- Documentation for functions assigned with `=` differs from functions assigned with `<-` (#466) +- Bug when hovering variables (#463) +- Null workspace folder not working with untitled documents (#460) + +**Merged pull requests:** +- Add installation steps of OS-specific dependencies (#247) +- Use internal `get_help` instead of repr (#469) +- Remove desc from imports (#471) +- Fix hover on function defined with `EQ_ASSIGN` (#467) +- Fix several bugs (#464) +- Fix handling null workspace folder and untitled document (#461) + # languageserver 0.3.11 **Closed issues:**