Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
netcarver committed Jan 1, 2014
1 parent a45f808 commit 9cb81a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.textile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ h2. Version 3.5.5 - upcoming

* Fix rendering of left and right image alignment in non-lite restricted mode (closes "#132":https://github.com/textile/php-textile/issues/132).
* Fix wrong triggered error type when using the deprecated @$encode@ option of @Parser::textileThis()@.
* Fix attribute regular expression to stop it matching multiple times (closes "#131":https://github.com/textile/php-textile/issues/131).
* Throws an exception if @Parser::__construct()@ is given invalid document type, instead of eating it silently and returning document using the default content-type you weren't wishing for. Prevents issues where you want HTML5, but silently got XHTML due to typo or an issue in application design.
* Clean user-supplied styles prior to sorting and re-formatting.
* Remove dead code and duplicated procedures as outlined by code coverage reports.
* Remove unused internal method @Parser::fSpecial()@.
* Test code coverage, coding style and run unit tests against "HHVM":http://hhvm.com.
* Footnote reference numbers support unicode characters.
* Use named sub-patterns in regular expressions (closes "#121":https://github.com/textile/php-textile/issues/121).
* Refactored link detection code.

h2. "Version 3.5.4 - 2013/11/06":https://github.com/textile/php-textile/releases/tag/v3.5.4

Expand Down

6 comments on commit 9cb81a6

@netcarver
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gocom Looks ripe for a release soon. Is there anything else you want to get into v3.5.5?

@gocom
Copy link
Member

@gocom gocom commented on 9cb81a6 Jan 1, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@netcarver Yep. Nope, nothing necessary; release awaaayyyyy.

@netcarver
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gocom Just waiting for some feedback from the author of #135 which popped up just after I wrote my comments above. Hope to get that fix into v3.5.5 too. Once I get the all clear on that I'll prep the next release.

@ophian
Copy link

@ophian ophian commented on 9cb81a6 Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry to drop in. Happy new year!
On Serendipity s9y.org we just have a german thread testing all kind of stuff with latest 2.4.x, 2.5 and 3.5.5.-dev.
We have issues with Smilies which have a nose! There also is a live testentry for this. I asked the author to make an issue for 3.5.5 here and past his link. One issue is that :'( :-) :-| :-O :-( 8-) :-D :-P ;-) the first, fifth, sixt and last do not get parsed.

@netcarver
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ophian, Happy new year and thanks for popping in. Opening an issue for your problem is definitely the way to go - it will just get lost here as a commit comment.

@ophian
Copy link

@ophian ophian commented on 9cb81a6 Jan 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK fine for me, since I did see I dropped in too late for 3.5.5. We'll use the smiley issue #98 then.

Please sign in to comment.