Skip to content

Commit

Permalink
Update CHANGELOG for v2.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Oct 29, 2023
1 parent d71ccee commit f182aa1
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# 2.0.0-beta

_Released 2023-xx-xx_
_Released 2023-10-29_

Major overhaul. The library is rewritten in its entirety.
See the documentation, namely the [Migration guide](https://eliaskosunen.github.io/scnlib/v2.0.0/migration-2-0.html)
for more details.
Major overhaul, both internally and in terms of the library interface. The library is rewritten in its entirety.
See the documentation (note the new URL: https://eliaskosunen.github.io/scnlib),
namely the [Migration guide](https://eliaskosunen.github.io/scnlib/v2.0.0-beta/migration-2-0.html) for more details.

This is a beta pre-release.
There may still be some bugs.
Changes before v2.0.0 proper are possible, but aren't probably going to be major.

Major changes include:

Expand All @@ -15,6 +19,7 @@ Major changes include:
* `scn::scan` returns a view (`subrange`) into its input, and never takes ownership.
* Scope is more focused: list operations, `ignore`, `getline`, and `file` have been removed.
* Performance improvements
* Completely reworked internals

# 1.1.2

Expand Down

0 comments on commit f182aa1

Please sign in to comment.