From 9503c1de34c71bf8d756e369629838fd5d0576ed Mon Sep 17 00:00:00 2001 From: Paulo Meira <10246101+PMeira@users.noreply.github.com> Date: Sat, 16 Nov 2019 00:35:43 -0300 Subject: [PATCH] README: updated for 0.10.4 --- README.md | 2 +- README.pt-BR.md | 2 +- docs/changelog.md | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5195cbea..0ba74cd35 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Since 2019-03-05, the `dss_capi` repository contains all the Pascal code used to See [the changelog](https://github.com/dss-extensions/dss_capi/blob/master/docs/changelog.md) for a detailed list. -- **2019-11-XX / version 0.10.4: Maintenance release. Fixes issue with long paths on Linux, includes some changes ported from COM and the official OpenDSS codebase.** +- **2019-11-16 / version 0.10.4: Maintenance release. Fixes issue with long paths on Linux, includes some changes ported from COM and the official OpenDSS codebase.** - 2019-05-22 / version 0.10.3: Some important fixes, better general performance, new API extensions, new features ported from COM and the OpenDSS version 8 codebase. - 2019-03-05: the Git repository `electricdss-src` was merged into `dss_capi`. - 2019-02-28 / version 0.10.2: Highlights: implements the missing `CtrlQueue_Push`; reworks `LoadShapes` for performance and validation; introduces `DSS_Get_AllowEditor`/`DSS_Set_AllowEditor` to toggle the editor calls.** diff --git a/README.pt-BR.md b/README.pt-BR.md index 4e6700556..4994bdced 100644 --- a/README.pt-BR.md +++ b/README.pt-BR.md @@ -42,7 +42,7 @@ A partir de 2019-03-05, este repositório contém todo o código fonte em lingua Veja o [registro de alterações (em inglês)](https://github.com/dss-extensions/dss_capi/blob/master/docs/changelog.md) para listagem detalhada. -- **2019-11-XX / version 0.10.4: Apenas manutenção: Corrige acesso a arquivos com caminho longo no Linux, e inclui alterações portadas da versão COM e do código do OpenDSS oficial.** +- **2019-11-16 / version 0.10.4: Apenas manutenção: Corrige acesso a arquivos com caminho longo no Linux, e inclui alterações portadas da versão COM e do código do OpenDSS oficial.** - 2019-05-22 / version 0.10.3: Algumas correções importantes, desempenho geral bastante melhorado, novas funções estendidas, e novas funcionalidades portadas do módulo COM e da versão atual do OpenDSS. - 2019-03-05: o repositório Git `electricdss-src` foi integrado diretamente em `dss_capi`. - 2019-02-28 / version 0.10.2: Implementa a função `CtrlQueue_Push` (faltante na versão anterior); modificações em `LoadShapes` para melhor desempenho e mais validação; introduz `DSS_Get_AllowEditor`/`DSS_Set_AllowEditor` para (desa)ativar chamadas ao editor externo. diff --git a/docs/changelog.md b/docs/changelog.md index 68a993fcd..eab33c3c2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,8 +2,10 @@ **not released** -- **Planned**: +- **Done**: - drop the GR API for strings (bytes, ints and floats will continue) + +- **Planned**: - extend the API to work with 64-bit integers where appropriate - simplify the types used by the interface. For example, dropping the `uint16_t` type (used for booleans) and using int32_t instead -- this was an artifact from the COM code. - complement the API with the missing classes