generated from abdes/asap
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update changelog for firest release
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
|
||
## 1.0.0 (2022-03-06) | ||
|
||
This is a major refactoring of the `asap` family of projects and as such, | ||
introduces several breaking changes from the old model of `asap` projects. | ||
|
||
This is a C++ library to format text in columns with a maximum width. When a | ||
line of text is longer than its column's maximum width, the text is | ||
automatically wrapped. A number of other features are also supported, such as | ||
adding an initial indent, indenting all lines, etc... Refer to the API | ||
documentation for more details. |