Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
769e9274
Commit
769e9274
authored
Jan 23, 2019
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deprecation: update changelog to reflect new policies
parent
a7d0d14f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
docs/changelog.md
+14
-6
No files found.
docs/changelog.md
View file @
769e9274
...
...
@@ -112,22 +112,30 @@ v0.27 + 1
### API removals
### Breaking API changes
*
The
`git_buf_free`
API is deprecated; it has been renamed to
`git_buf_dispose`
for consistency. The
`git_buf_free`
API will be
re
moved in a future releas
e.
re
tained for backward compatibility for the foreseeable futur
e.
*
The
`git_otype`
enumeration and its members are deprecated and have
been renamed for consistency. The
`GIT_OBJ_`
enumeration values are
now prefixed with
`GIT_OBJECT_`
. The
`git_otype`
enumeration will
be removed in a future releas
e.
now prefixed with
`GIT_OBJECT_`
. The
old enumerations and macros
will be retained for backward compatibility for the foreseeable futur
e.
*
Several index-related APIs have been renamed for consistency. The
`GIT_IDXENTRY_`
enumeration values and macros have been renamed to
be prefixed with
`GIT_INDEX_ENTRY_`
. The
`GIT_INDEXCAP`
enumeration
values are now prefixed with
`GIT_INDEX_CAPABILITY_`
. The old
enumerations and macros will be removed in a future release.
enumerations and macros will be retained for backward compatibility
for the foreseeable future.
*
The error functions and enumeration values have been renamed for
consistency. The
`giterr_`
functions and values prefix have been
renamed to be prefixed with
`git_error_`
; similarly, the
`GITERR_`
constants have been renamed to be prefixed with
`GIT_ERROR_`
.
The old enumerations and macros will be retained for backward
compatibility for the foreseeable future.
### Breaking API changes
*
The default checkout strategy changed from
`DRY_RUN`
to
`SAFE`
(#4531).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment