Skip to content

Commit 548688e

Browse files
committed
ini: review ini parser
1 parent 88681a6 commit 548688e

5 files changed

Lines changed: 220 additions & 160 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file(see http://keepachangelog.com/).
33

44
## [Unreleased]
5+
### Added
6+
- ini: report error position if found syntax error.
57

68
## [0.1.0-rc.1] - 2016-06-19
79
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/chensoft/libchen.svg?branch=master)](https://travis-ci.org/chensoft/libchen)
44
[![Build status](https://ci.appveyor.com/api/projects/status/v7jtgjh4hso5qim8?svg=true)](https://ci.appveyor.com/project/chensoft/libchen)
5-
[![release](http://github-release-version.herokuapp.com/github/chensoft/libchen/release.svg?style=flat&refresh=1)](https://github.com/chensoft/libchen/releases/latest)
5+
[![release](http://github-release-version.herokuapp.com/github/chensoft/libchen/release.svg?style=flat&refresh=2)](https://github.com/chensoft/libchen/releases/latest)
66
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/hyperium/hyper/master/LICENSE)
77

88
libchen is a general purpose C++ toolkit, it contains many useful and handy methods for creating complex software. It's open-source and released under the MIT License.

0 commit comments

Comments
 (0)