Skip to content

Commit

Permalink
[docs] Apply changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaZotov committed Nov 11, 2024
1 parent f522b00 commit b8cf44d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ encapsulated this logic;
- Sources of the sc-machine were separated into public and private ones. Public sources of targets are located in `include` directory, private ones - in `src` directory, tests for code - in `tests` directory. Private sources can't be included into project's code directly. Besides that there are changes of location of some API classes of the sc-machine:
- Now `ScTest` class is part of `sc-memory` target. Use `#include <sc-memory/test/sc_test.hpp>` to include it into code.
- To include `ScsLoader` class into code, use `#include <sc-builder/sc_loader.hpp>`.
- `[sc-builder]` group was removed from config.

See documentation, to learn more about using new API.

Expand Down Expand Up @@ -270,7 +269,6 @@ See documentation, to learn more about using new API.

### Removed

- Config group `[sc-builder]`
- Config option `update_period` in `[sc-memory]`
- Config option `save_period` in `[sc-memory]`
- `sc-server` binary, `run_sc_server.sh` script and docker entrypoint command `serve`
Expand Down

0 comments on commit b8cf44d

Please sign in to comment.